X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Funistd%2Fgetppid.c;fp=src%2Funistd%2Fgetppid.c;h=05cade53b689226bff4a6726eafe2e97a5535b01;hb=d878dceccaff9931160250496c6cc87a8fe45811;hp=7d10320716b84cac9202fb21a2dfce92d22e5301;hpb=31f014e0a751d2bb9d40a09fe2cd1a8b0111acf6;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); }