fix dlsym RTLD_NEXT support
[oweals/musl.git] / src / string / strsep.c
index 1bfe1db1cc23bc666c667e27d7f5760ca99f79b2..cb37c32eb852b9318c40d1feb5f9259660f13b71 100644 (file)
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <string.h>
 
 char *strsep(char **str, const char *sep)