* Makefile.am (clib_routines): Remove strpbrk.
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 56db9e9..0c98bfd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -157,7 +157,7 @@ noinst_PROGRAMS += \
# This is the list of routines we decide is OK to steal from the C library.
clib_routines := memcmp memcpy memmove memset \
- strchr strstr strsep strpbrk strtok \
+ strchr strstr strsep strtok \
htonl htons ntohl ntohs \
udivdi3 __udivdi3 \
__rel_iplt_start __rel_iplt_end \
--
1.7.5.4