bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 05/17] Do not take obsolete and unused bcopy and bzero from libc


From: Guillem Jover
Subject: [PATCH 05/17] Do not take obsolete and unused bcopy and bzero from libc
Date: Thu, 25 Aug 2011 15:22:28 +0200

* Makefile.am (clib_routines): Remove bcopy and bzero.
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 4eced09..d66ff57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,7 +156,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                              \
-- 
1.7.5.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]