fix potential deadlock between multithreaded fork and aio
[musl] / src / process / waitpid.c
index f75e31e..1b65bf0 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/wait.h>
 #include "syscall.h"
-#include "libc.h"
 
 pid_t waitpid(pid_t pid, int *status, int options)
 {