diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-16 07:26:16 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-07-16 07:27:49 -0700 |
commit | 276416a1aea2b5fb85ac309893ff95b38938975e (patch) | |
tree | 108de9ecd067f65419999fe7c13954d4e628c761 /doc/gnulib.texi | |
parent | 7d71a30f149c6a140975a474047c758d80a1fcd4 (diff) | |
download | gnulib-276416a1aea2b5fb85ac309893ff95b38938975e.tar.gz |
explicit_bzero: new module
The explicit_bzero function has been added to glibc.
This module is intended to supports its use in GNU programs.
* doc/glibc-functions/explicit_bzero.texi, lib/explicit_bzero.c:
* m4/explicit_bzero.m4, modules/explicit_bzero:
New files.
* doc/gnulib.texi (Glibc string.h): Link to new doc.
* lib/string.in.h (explicit_bzero): Declare.
* m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add defaults for it.
* modules/string (string.h): Substitute its vars.
Diffstat (limited to 'doc/gnulib.texi')
-rw-r--r-- | doc/gnulib.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gnulib.texi b/doc/gnulib.texi index f4bbfcf2e5..188ece636a 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -5568,6 +5568,7 @@ This list of functions is sorted according to the header that declares them. @section Glibc Extensions to @code{<string.h>} @menu +* explicit_bzero:: * ffsl:: * ffsll:: * memfrob:: @@ -5582,6 +5583,7 @@ This list of functions is sorted according to the header that declares them. * strverscmp:: @end menu +@include glibc-functions/explicit_bzero.texi @include glibc-functions/ffsl.texi @include glibc-functions/ffsll.texi @include glibc-functions/memfrob.texi |