remove stray .end directives from powerpc[64] asm
[musl] / src / process / waitid.c
index b1e5e9b..d688650 100644 (file)
@@ -3,5 +3,5 @@
 
 int waitid(idtype_t type, id_t id, siginfo_t *info, int options)
 {
-       return syscall(SYS_waitid, type, id, info, options, 0);
+       return syscall_cp(SYS_waitid, type, id, info, options, 0);
 }