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