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