From: Ben Gras Date: Wed, 9 Jun 2010 12:11:33 +0000 (+0000) Subject: unistd.h: add setmode() prototype. X-Git-Tag: v3.1.8~473 X-Git-Url: http://zhaoyanbai.com/repos/readme1st.txt?a=commitdiff_plain;h=e216edf2947771db0714d4d2edabefd4de0e6625;p=minix.git unistd.h: add setmode() prototype. --- 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