* modules/strnlen (Depends-on): Remove memchr.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Apr 2011 09:57:43 +0000 (02:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Apr 2011 09:58:01 +0000 (02:58 -0700)
The strnlen implementation doesn't need the memchr module's fixes; see
<http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00237.html>.

ChangeLog
modules/strnlen

index 6df0d4e..82c8468 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-04-22  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * modules/strnlen (Depends-on): Remove memchr.
+       The strnlen implementation doesn't need the memchr module's fixes; see
+       <http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00237.html>.
+
        strtol: remove dependency on wchar
        * lib/strtol.c: Include <wchar.h> only if USE_WIDE_CHAR is defined.
        * modules/strtol (Depends-on): Remove wchar.
index 9f9f2ca..627e694 100644 (file)
@@ -8,7 +8,6 @@ m4/strnlen.m4
 Depends-on:
 extensions
 string
-memchr
 
 configure.ac:
 gl_FUNC_STRNLEN