remove unused #undef environ now that libc.h no longer #defines it
[musl] / src / network / sockatmark.c
index 5328a85..f474551 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/socket.h>
 #include <sys/ioctl.h>
-#include "socketcall.h"
 
 int sockatmark(int s)
 {