From f26bf1396557e4bc739d6a7703099f75bfe2fb99 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 25 Feb 2019 21:08:46 -0500 Subject: fix warning from -Wall --- src/unistd/getppid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/getppid.c') 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) -- cgit v1.2.1