diff options
Diffstat (limited to 'src/unistd/setpgid.c')
| -rw-r--r-- | src/unistd/setpgid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/setpgid.c b/src/unistd/setpgid.c index 561dadf0..28769713 100644 --- a/src/unistd/setpgid.c +++ b/src/unistd/setpgid.c @@ -6,7 +6,7 @@ int setpgid(pid_t pid, pid_t pgid) { - SC(int, pid, pgid); + SYSCALL("setpgid", int, -1, pid, pgid, 0, 0, 0, 0); } /* POSIX(1) |
