Move conditional lib files to oslib/
[fio.git] / lib / strsep.h
diff --git a/lib/strsep.h b/lib/strsep.h
deleted file mode 100644 (file)
index 5fea5d1..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef FIO_STRSEP_LIB_H
-#define FIO_STRSEP_LIB_H
-
-char *strsep(char **, const char *);
-
-#endif