diff options
Diffstat (limited to 'src/unistd/setuid.c')
-rw-r--r-- | src/unistd/setuid.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/setuid.c b/src/unistd/setuid.c deleted file mode 100644 index 940a8eab..00000000 --- a/src/unistd/setuid.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <sys/types.h> -#include "_syscall.h" - -int setuid(uid_t uid) -{ - SYSCALL(setuid, int, -1, uid, 0, 0, 0, 0, 0); -} -/* -POSIX(1) -*/ - - -#endif |