delorie.com/djgpp/doc/libc/libc_715.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <unistd.h> int setuid(uid_t uid); |
This function is simulated, since MS-DOS does not support user IDs.
If uid is equal to that returned by see section getuid, 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 |