More libc5 fixups

-Erik
This commit is contained in:
Eric Andersen
2001-08-02 10:55:32 +00:00
parent 23b1e5c7df
commit be0c36009a
8 changed files with 270 additions and 10 deletions

View File

@ -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 */