New module 'uninorm/u32-normxfrm'.
[gnulib.git] / modules / strchrnul
index 806aebb..2f75450 100644 (file)
@@ -1,13 +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
@@ -22,4 +25,4 @@ License:
 LGPL
 
 Maintainer:
-FSF
+Eric Blake, glibc