replace prototype for basename in string.h with non-prototype declaration
[musl] / include / string.h
index c2dc7e3..4aa930e 100644 (file)
@@ -85,6 +85,7 @@ char *strcasestr(const char *, const char *);
 char *strsep(char **, const char *);
 void *memrchr(const void *, int, size_t);
 void *mempcpy(void *, const void *, size_t);
+char *basename();
 #endif
 
 #ifdef __cplusplus