diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-08-25 15:22:28 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-27 00:28:07 +0200 |
commit | 3da2600b512c23e5db876b806b3b5667af348602 (patch) | |
tree | fa73121270ddaef65a9845b85d87c0039f0a8c54 | |
parent | 46ad4fdca1644288025a41e43cc2784c216861d2 (diff) |
Do not take obsolete and unused bcopy and bzero from libc
* Makefile.am (clib_routines): Remove bcopy and bzero.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 04885dd..d904dca 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 \ |