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