summaryrefslogtreecommitdiff
path: root/src/unistd/setpgid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/setpgid.c')
-rw-r--r--src/unistd/setpgid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/setpgid.c b/src/unistd/setpgid.c
index 288dc4eb..2206446e 100644
--- a/src/unistd/setpgid.c
+++ b/src/unistd/setpgid.c
@@ -6,7 +6,7 @@
int setpgid(pid_t pid, pid_t pgid)
{
- SYSCALL("setpgid", int, -1, pid, pgid, 0, 0, 0, 0);
+ SYSCALL(setpgid, int, -1, pid, pgid, 0, 0, 0, 0);
}
/*
POSIX(1)