mbrlen: Fix cross-compilation guess for AIX.
[gnulib.git] / modules / strchrnul
index d79d63e..8ae3ea6 100644 (file)
@@ -1,12 +1,16 @@
 Description:
-strchrnul(): Find the first occurrence of C in S or the final NUL byte.
+strchrnul() function: Find the first occurrence of C in S or the final NUL
+byte.
 
 Files:
 lib/strchrnul.c
+lib/strchrnul.valgrind
 m4/strchrnul.m4
 
 Depends-on:
+extensions
 string
+rawmemchr
 
 configure.ac:
 gl_FUNC_STRCHRNUL
@@ -18,7 +22,7 @@ Include:
 <string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
-FSF
+Eric Blake, glibc