diff options
Diffstat (limited to 'src/unistd/getppid.c')
| -rw-r--r-- | src/unistd/getppid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/getppid.c b/src/unistd/getppid.c index d0518c3e..2fc880a2 100644 --- a/src/unistd/getppid.c +++ b/src/unistd/getppid.c @@ -5,7 +5,7 @@ pid_t getppid(void) { - SCNOFAIL(); + SYSCALL("getppid", pid_t, -1, 0, 0, 0, 0, 0, 0); } /* POSIX(1) |
