summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-24 21:30:09 +0000
committerRoland McGrath <roland@gnu.org>2001-08-24 21:30:09 +0000
commitcedb875d61b2e271c7db5af43a81203940baee7a (patch)
treecfce098a80b63faf7a0328b2e4c968a1cc2aa1cf /Makefile.in
parente51ac98a35560a32cc26eab30569c3a3d157fb29 (diff)
2001-08-24 Roland McGrath <roland@frob.com>
* Makefile.in (clib-routines): Add strsep. * kern/strings.h (strsep, strchr): Declare them.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 04181e8..3b6d050 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 \
+ strchr strstr strsep \
htonl htons ntohl ntohs \
etext edata end # actually ld magic, not libc