oslib: make str* compat functions more uniform
[fio.git] / oslib / strsep.h
index 5fea5d191f3dc7122bb9446b22851a355c108bca..8cd9ada997f2172eb6625066357d94df3e13a89e 100644 (file)
@@ -1,6 +1,10 @@
+#ifndef CONFIG_STRSEP
+
 #ifndef FIO_STRSEP_LIB_H
 #define FIO_STRSEP_LIB_H
 
 char *strsep(char **, const char *);
 
 #endif
+
+#endif