prevent CNAME/PTR parsing from reading data past the response end
[musl] / src / select / poll.c
index 9e0bcbd..c84c8a9 100644 (file)
@@ -2,7 +2,6 @@
 #include <time.h>
 #include <signal.h>
 #include "syscall.h"
-#include "libc.h"
 
 int poll(struct pollfd *fds, nfds_t n, int timeout)
 {