X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrnlen;h=c091c368388dfac1438d7ffaa67b51b0853a65d9;hb=37ccb10a1fdf599ceb91d18385b31ce99b17e21c;hp=4f52435a84c68e7d91ad23585144fbf6551783b3;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/strnlen b/modules/strnlen index 4f52435a8..c091c3683 100644 --- a/modules/strnlen +++ b/modules/strnlen @@ -2,6 +2,7 @@ Description: strnlen() function: determine the length of a size-bounded string. Files: +lib/strnlen.h lib/strnlen.c m4/strnlen.m4 @@ -11,12 +12,13 @@ configure.ac: gl_FUNC_STRNLEN Makefile.am: +EXTRA_DIST += strnlen.h Include: +"strnlen.h" License: LGPL Maintainer: -glibc - +all