diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-09-09 03:44:09 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-09-09 10:31:54 +0200 |
commit | 3ce294eb968503db9dece469100344a4a472aa1d (patch) | |
tree | 32b6a603b66fe01a04cb89c7effa8a9920c8c90c | |
parent | 810152088a978ecbc1dda2a345bf236c32c941c7 (diff) |
Do not take unused strpbrk() from libc
* Makefile.am (clib_routines): Remove strpbrk.
-rw-r--r-- | 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 \ |