explicit_bzero: new module
commit276416a1aea2b5fb85ac309893ff95b38938975e
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Jul 2017 14:26:16 +0000 (16 07:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Jul 2017 14:27:49 +0000 (16 07:27 -0700)
tree108de9ecd067f65419999fe7c13954d4e628c761
parent7d71a30f149c6a140975a474047c758d80a1fcd4
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.
ChangeLog
doc/glibc-functions/explicit_bzero.texi [new file with mode: 0644]
doc/gnulib.texi
lib/explicit_bzero.c [new file with mode: 0644]
lib/string.in.h
m4/explicit_bzero.m4 [new file with mode: 0644]
m4/string_h.m4
modules/explicit_bzero [new file with mode: 0644]
modules/string