dns response handling: don't treat too many addresses as an error
[musl] / src / mman / madvise.c
index f80926b..e0c7c0e 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/mman.h>
 #include "syscall.h"
-#include "libc.h"
 
 int __madvise(void *addr, size_t len, int advice)
 {