summaryrefslogtreecommitdiff
path: root/libc/posix/getppid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/posix/getppid.c')
-rw-r--r--libc/posix/getppid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/posix/getppid.c b/libc/posix/getppid.c
index e6dfcbb60..c32032436 100644
--- a/libc/posix/getppid.c
+++ b/libc/posix/getppid.c
@@ -21,7 +21,7 @@
/* Get the parent process ID of the calling process. */
int
-__getppid ()
+__getppid (void)
{
__set_errno (ENOSYS);
return -1;