X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrchrnul;h=98a3d8c58a1e73a39a2be9fa723964ffffb5cde9;hb=fa1db0dd22768f09a507674a30beb5b8a87bb35f;hp=d79d63eb0229911c4812a1f6b0a38b0dc36779e9;hpb=01bffc033dfef548b6edc50ae134175cbc5dc652;p=gnulib.git diff --git a/modules/strchrnul b/modules/strchrnul index d79d63eb0..98a3d8c58 100644 --- a/modules/strchrnul +++ b/modules/strchrnul @@ -1,15 +1,23 @@ 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: string +extensions +rawmemchr [test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1] configure.ac: gl_FUNC_STRCHRNUL +if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then + AC_LIBOBJ([strchrnul]) + gl_PREREQ_STRCHRNUL +fi gl_STRING_MODULE_INDICATOR([strchrnul]) Makefile.am: @@ -18,7 +26,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: -FSF +Eric Blake, glibc