summaryrefslogtreecommitdiff
path: root/doc/gnulib.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-11-27 20:52:04 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-11-28 22:03:58 -0800
commite4603ee9bab4d34a3617bbde474ae9041997ec9a (patch)
treea9b44023a8bd50ef6863dac331eb9e4d770a1735 /doc/gnulib.texi
parentadadac58193206f7ad9c9d66ea0a7c18d5a06158 (diff)
downloadgnulib-e4603ee9bab4d34a3617bbde474ae9041997ec9a.tar.gz
memset_explicit: new module
* doc/posix-functions/memset_explicit.texi, lib/memset_explicit.c: * m4/memset_explicit.m4, modules/memset_explicit: * modules/memset_explicit-tests, tests/test-memset_explicit.c: New files. * lib/string.in.h (memset_explict): New decl. * m4/string_h.m4 (gl_STRING_H, gl_STRING_H_REQUIRE_DEFAULTS) (gl_STRING_H_DEFAULTS): * modules/string (string.h): Support memset_explicit.
Diffstat (limited to 'doc/gnulib.texi')
-rw-r--r--doc/gnulib.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index e1debc9742..eeb9b81f8a 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -1744,6 +1744,7 @@ problems are not worked around by Gnulib.
* memcpy::
* memmove::
* memset::
+* memset_explicit::
* mkdir::
* mkdirat::
* mkdtemp::
@@ -3036,6 +3037,7 @@ problems are not worked around by Gnulib.
@include posix-functions/memcpy.texi
@include posix-functions/memmove.texi
@include posix-functions/memset.texi
+@include posix-functions/memset_explicit.texi
@include posix-functions/mkdir.texi
@include posix-functions/mkdirat.texi
@include posix-functions/mkdtemp.texi