remove another invalid skip of locking in ungetwc
[oweals/musl.git] / src / unistd / getppid.c
index 7d10320716b84cac9202fb21a2dfce92d22e5301..05cade53b689226bff4a6726eafe2e97a5535b01 100644 (file)
@@ -3,5 +3,5 @@
 
 pid_t getppid(void)
 {
-       return syscall(SYS_getppid);
+       return __syscall(SYS_getppid);
 }