summaryrefslogtreecommitdiff
path: root/bsd-strtok.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-strtok.h')
-rw-r--r--bsd-strtok.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/bsd-strtok.h b/bsd-strtok.h
deleted file mode 100644
index 5a3a56959..000000000
--- a/bsd-strtok.h
+++ /dev/null
@@ -1,10 +0,0 @@
1#ifndef _BSD_STRTOK_H
2#define _BSD_STRTOK_H
3
4#include "config.h"
5
6#ifndef HAVE_STRTOK_R
7char *strtok_r(char *s, const char *delim, char **last);
8#endif /* HAVE_STRTOK_R */
9
10#endif /* _BSD_STRTOK_H */