summaryrefslogtreecommitdiff
path: root/src/unistd/getpgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/getpgrp.c')
-rw-r--r--src/unistd/getpgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/getpgrp.c b/src/unistd/getpgrp.c
index 8f06b9e8..7654afcb 100644
--- a/src/unistd/getpgrp.c
+++ b/src/unistd/getpgrp.c
@@ -5,7 +5,7 @@
pid_t getpgrp(void)
{
- SYSCALL("getpgrp", pid_t, -1, 0, 0, 0, 0, 0, 0);
+ SYSCALL(getpgrp, pid_t, -1, 0, 0, 0, 0, 0, 0);
}
/*
POSIX(1)