| cvs.gedasymbols.org/djgpp/doc/libc/libc_700.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <unistd.h> int setgid(gid_t gid);  | 
This function is simulated, since MS-DOS does not support group IDs.
If gid is equal to that returned by see section getgid, returns zero.
Otherwise, returns -1 and sets errno to EPERM.
| ANSI/ISO C | No | 
| POSIX | 1003.2-1992; 1003.1-2001 | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |