use hidden visibility rather than protected for syscall internals
[musl] / src / string / strstr.c
index 0649174..915c0a2 100644 (file)
@@ -1,5 +1,4 @@
 #include <string.h>
-#include <stdlib.h>
 #include <stdint.h>
 
 static char *twobyte_strstr(const unsigned char *h, const unsigned char *n)