Added `strtok_r'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1047 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-19 03:54:17 +00:00
parent e04ef89b35
commit 6f34d387b8
2 changed files with 8 additions and 0 deletions

View File

@@ -78,6 +78,10 @@ char * strdup(const char *old);
int strnlen(char*, int); int strnlen(char*, int);
#endif #endif
#ifndef HAVE_STRTOK_R
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif
#ifndef HAVE_GETDTABLESIZE #ifndef HAVE_GETDTABLESIZE
int getdtablesize(void); int getdtablesize(void);
#endif #endif

View File

@@ -78,6 +78,10 @@ char * strdup(const char *old);
int strnlen(char*, int); int strnlen(char*, int);
#endif #endif
#ifndef HAVE_STRTOK_R
char *strtok_r(char *s1, const char *s2, char **lasts);
#endif
#ifndef HAVE_GETDTABLESIZE #ifndef HAVE_GETDTABLESIZE
int getdtablesize(void); int getdtablesize(void);
#endif #endif