summaryrefslogtreecommitdiff
path: root/modules/explicit_bzero
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-11-27 20:52:05 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-11-28 22:03:58 -0800
commitb45b56d719624fcf7508a87062d2678e36772cba (patch)
treef89c16ef50d55c013434ae42b75832e300816c94 /modules/explicit_bzero
parentc4d0e2a03fb2949189f7d74ad93bde8fbf7dbce8 (diff)
downloadgnulib-b45b56d719624fcf7508a87062d2678e36772cba.tar.gz
explicit_bzero: implement via memset_explicit
* lib/explicit_bzero.c (explicit_bzero): Simplify by just calling memset_explicit. * m4/explicit_bzero.m4 (gl_PREREQ_EXPLICIT_BZERO): Remove. All uses removed. * modules/explicit_bzero (Depends-on): Add memset_explicit.
Diffstat (limited to 'modules/explicit_bzero')
-rw-r--r--modules/explicit_bzero4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/explicit_bzero b/modules/explicit_bzero
index bb5f8a5310..8ba9a06ada 100644
--- a/modules/explicit_bzero
+++ b/modules/explicit_bzero
@@ -7,14 +7,12 @@ m4/explicit_bzero.m4
Depends-on:
extensions
+memset_explicit
string
configure.ac:
gl_FUNC_EXPLICIT_BZERO
gl_CONDITIONAL([GL_COND_OBJ_EXPLICIT_BZERO], [test $HAVE_EXPLICIT_BZERO = 0])
-AM_COND_IF([GL_COND_OBJ_EXPLICIT_BZERO], [
- gl_PREREQ_EXPLICIT_BZERO
-])
gl_STRING_MODULE_INDICATOR([explicit_bzero])
Makefile.am: