summaryrefslogtreecommitdiff
path: root/src/unistd/setgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/setgid.c')
-rw-r--r--src/unistd/setgid.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/setgid.c b/src/unistd/setgid.c
deleted file mode 100644
index 8ce2192f..00000000
--- a/src/unistd/setgid.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <sys/types.h>
-#include "_syscall.h"
-
-int setgid(gid_t gid)
-{
- SYSCALL(setgid, int, -1, gid, 0, 0, 0, 0, 0);
-}
-/*
-POSIX(1)
-*/
-
-
-#endif