remove standalone syscall cruft
[musl] / src / linux / wait3.c
index dd63707..d1d91b0 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/wait.h>
 #include <sys/resource.h>
-#define SYSCALL_STANDALONE
 #include "syscall.h"
 
 pid_t wait4(pid_t, int *, int, struct rusage *);