From 3ce294eb968503db9dece469100344a4a472aa1d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 9 Sep 2011 03:44:09 +0200 Subject: Do not take unused strpbrk() from libc * Makefile.am (clib_routines): Remove strpbrk. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 56db9e9b..0c98bfd1 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 \ -- cgit v1.2.3