summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-08-25 15:22:28 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-08-27 00:28:07 +0200
commit3da2600b512c23e5db876b806b3b5667af348602 (patch)
treefa73121270ddaef65a9845b85d87c0039f0a8c54 /Makefile.am
parent46ad4fdca1644288025a41e43cc2784c216861d2 (diff)
Do not take obsolete and unused bcopy and bzero from libc
* Makefile.am (clib_routines): Remove bcopy and bzero.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 04885ddb..d904dca4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -133,7 +133,7 @@ noinst_PROGRAMS += \
gnumach.o
# This is the list of routines we decide is OK to steal from the C library.
-clib_routines := memcmp memcpy memmove memset bcopy bzero \
+clib_routines := memcmp memcpy memmove memset \
strchr strstr strsep strpbrk strtok \
htonl htons ntohl ntohs \
udivdi3 __udivdi3 \