From e216edf2947771db0714d4d2edabefd4de0e6625 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 9 Jun 2010 12:11:33 +0000 Subject: [PATCH] unistd.h: add setmode() prototype. --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/unistd.h b/include/unistd.h index 88413b4c3..e5b84a903 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -207,6 +207,7 @@ _PROTOTYPE( gid_t getngid, (endpoint_t proc_ep) ); _PROTOTYPE( int getpagesize, (void) ); _PROTOTYPE( int setgroups, (int ngroups, const gid_t *gidset) ); _PROTOTYPE( int initgroups, (const char *name, gid_t basegid) ); +_PROTOTYPE( void *setmode, (const char *)); #endif -- 2.44.0