X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Funistd%2Fgetppid.c;h=05cade53b689226bff4a6726eafe2e97a5535b01;hb=40b2b5fa94d3ae27293f4d572bdcf1c3a5ef590f;hp=7d10320716b84cac9202fb21a2dfce92d22e5301;hpb=aa398f56fa398f2202b04e82c67f822f3233786f;p=musl diff --git a/src/unistd/getppid.c b/src/unistd/getppid.c index 7d103207..05cade53 100644 --- a/src/unistd/getppid.c +++ b/src/unistd/getppid.c @@ -3,5 +3,5 @@ pid_t getppid(void) { - return syscall(SYS_getppid); + return __syscall(SYS_getppid); }