aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-02 10:55:32 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-02 10:55:32 +0000
commitbe0c36009a342de3599d498d6f150030b6a75b98 (patch)
tree5af27e4751ecae51387a99872b66a8cd6e621caa /include
parent23b1e5c7df2e619654d0a53785fcdef5072b40ed (diff)
downloadbusybox-be0c36009a342de3599d498d6f150030b6a75b98.tar.gz
More libc5 fixups
-Erik
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 70ac36a86..04ed2ae82 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -46,6 +46,8 @@
typedef unsigned int socklen_t;
/* libc5 doesn't implement BSD 4.4 daemon() */
extern int daemon (int nochdir, int noclose);
+/* libc5 doesn't implement strtok_r */
+char *strtok_r(char *s, const char *delim, char **ptrptr);
#endif
/* Some useful definitions */