From 3da2600b512c23e5db876b806b3b5667af348602 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 25 Aug 2011 15:22:28 +0200 Subject: Do not take obsolete and unused bcopy and bzero from libc * Makefile.am (clib_routines): Remove bcopy and bzero. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3