bug-hurd
[Top][All Lists]
Advanced

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

[PATCH gnumach] Do not take unused strpbrk() from libc


From: Guillem Jover
Subject: [PATCH gnumach] Do not take unused strpbrk() from libc
Date: Fri, 9 Sep 2011 03:44:09 +0200

* Makefile.am (clib_routines): Remove strpbrk.
---
 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                \
-- 
1.7.5.4




reply via email to

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