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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/setgid.c b/src/unistd/setgid.c
index 0cc74a2e..8ce2192f 100644
--- a/src/unistd/setgid.c
+++ b/src/unistd/setgid.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <sys/types.h>
#include "_syscall.h"
@@ -8,3 +10,6 @@ int setgid(gid_t gid)
/*
POSIX(1)
*/
+
+
+#endif