diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-09-18 21:14:19 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-09-18 21:14:19 +0000 |
commit | 289e43817788b2ae6ad1d111808d1ea53dd1948b (patch) | |
tree | b2143c1fce9b77e890c62be62af69eb015a7c0a5 /Makefile.in | |
parent | 08efa582578c4ad600742032b83f02bccb8f36be (diff) | |
download | gnumach-289e43817788b2ae6ad1d111808d1ea53dd1948b.tar.gz gnumach-289e43817788b2ae6ad1d111808d1ea53dd1948b.tar.bz2 gnumach-289e43817788b2ae6ad1d111808d1ea53dd1948b.zip |
2001-09-18 Marcus Brinkmann <marcus@gnu.org>
* linux/dev/glue/misc.c: Do not include <linux/types.h> and
<linux/string.h>.
Remove global variable ___strtok.
Remove implementation of strspn, strpbrk, strtok and strstr.
* Makefile.in: Add strpbrk and strtok.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 3b6d0508..62a02229 100644 --- a/Makefile.in +++ b/Makefile.in @@ -297,7 +297,7 @@ check: # This is the list of routines we decide is OK to steal from the C library. clib-routines := memcpy memmove memset bcopy bzero \ - strchr strstr strsep \ + strchr strstr strsep strpbrk strtok \ htonl htons ntohl ntohs \ etext edata end # actually ld magic, not libc |