From 289e43817788b2ae6ad1d111808d1ea53dd1948b Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 18 Sep 2001 21:14:19 +0000 Subject: 2001-09-18 Marcus Brinkmann * linux/dev/glue/misc.c: Do not include and . Remove global variable ___strtok. Remove implementation of strspn, strpbrk, strtok and strstr. * Makefile.in: Add strpbrk and strtok. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 3b6d050..62a0222 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 -- cgit v1.2.3