summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2017-01-05 23:33:40 +0100
committerKarel Zak2017-01-16 12:30:09 +0100
commit875834381ddbe8c08fdada759f08d6d6ad83b749 (patch)
tree7c3acd06f98fc15b241ff8186a4e83adc09f75d9 /configure.ac
parenttests: Introduce libmount/loop (diff)
downloadkernel-qcow2-util-linux-875834381ddbe8c08fdada759f08d6d6ad83b749.tar.gz
kernel-qcow2-util-linux-875834381ddbe8c08fdada759f08d6d6ad83b749.tar.xz
kernel-qcow2-util-linux-875834381ddbe8c08fdada759f08d6d6ad83b749.zip
newgrp: use libc explicit_bzero() when it is available
This currently new function will be part of glibc 2.25. Reference: https://sourceware.org/git/?p=glibc.git;a=commit;h=ea1bd74defcf9d5291d14972e63105168ca9eb4f Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 796364f71..c50f07a47 100644
--- a/configure.ac
+++ b/configure.ac
@@ -379,6 +379,7 @@ AC_CHECK_FUNCS([ \
__secure_getenv \
err \
errx \
+ explicit_bzero \
fsync \
utimensat \
getdomainname \