diff options
Diffstat (limited to 'src/unistd/setpgid.c')
-rw-r--r-- | src/unistd/setpgid.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/setpgid.c b/src/unistd/setpgid.c index 681af1bb..622f03f8 100644 --- a/src/unistd/setpgid.c +++ b/src/unistd/setpgid.c @@ -1,3 +1,5 @@ +#if 0 + #include <sys/types.h> #include "_syscall.h" @@ -8,3 +10,6 @@ int setpgid(pid_t pid, pid_t pgid) /* POSIX(1) */ + + +#endif |