make linking of thread-start with explicit scheduling conditional
[musl] / src / linux / wait4.c
index b3ae75e..97f12cc 100644 (file)
@@ -1,7 +1,6 @@
 #define _GNU_SOURCE
 #include <sys/wait.h>
 #include <sys/resource.h>
-#include <string.h>
 #include "syscall.h"
 
 pid_t wait4(pid_t pid, int *status, int options, struct rusage *usage)