diff options
Diffstat (limited to 'src/unistd/getgroups.c')
-rw-r--r-- | src/unistd/getgroups.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/getgroups.c b/src/unistd/getgroups.c index f92139f3..30ae81b6 100644 --- a/src/unistd/getgroups.c +++ b/src/unistd/getgroups.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include "_syscall.h" #include "_assert.h" @@ -12,3 +14,6 @@ int getgroups(int gidsetsize, gid_t grouplist[]) /* POSIX(1) */ + + +#endif |