diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-02 10:55:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-08-02 10:55:32 +0000 |
commit | c61d5c8db8521b96362ae0ca7ba1aee14c12b934 (patch) | |
tree | 5af27e4751ecae51387a99872b66a8cd6e621caa /libbb/libbb.h | |
parent | 70b84b8e3681e2f0629bc6a8a9c8c98ae7dcf8b5 (diff) | |
download | busybox-w32-c61d5c8db8521b96362ae0ca7ba1aee14c12b934.tar.gz busybox-w32-c61d5c8db8521b96362ae0ca7ba1aee14c12b934.tar.bz2 busybox-w32-c61d5c8db8521b96362ae0ca7ba1aee14c12b934.zip |
More libc5 fixups
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@3195 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/libbb.h')
-rw-r--r-- | libbb/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/libbb.h b/libbb/libbb.h index 70ac36a86..04ed2ae82 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h | |||
@@ -46,6 +46,8 @@ | |||
46 | typedef unsigned int socklen_t; | 46 | typedef unsigned int socklen_t; |
47 | /* libc5 doesn't implement BSD 4.4 daemon() */ | 47 | /* libc5 doesn't implement BSD 4.4 daemon() */ |
48 | extern int daemon (int nochdir, int noclose); | 48 | extern int daemon (int nochdir, int noclose); |
49 | /* libc5 doesn't implement strtok_r */ | ||
50 | char *strtok_r(char *s, const char *delim, char **ptrptr); | ||
49 | #endif | 51 | #endif |
50 | 52 | ||
51 | /* Some useful definitions */ | 53 | /* Some useful definitions */ |