summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2018-04-16 10:37:31 +0200
committerKarel Zak2018-04-16 10:37:31 +0200
commitd14c1c39dd01edf08262e4f3bad3d777013ea91a (patch)
treeb1827361c90766cff4a3964a5bcb72c012fae40d /configure.ac
parentlslocks: fix memory leak (diff)
parentrename: fixup & style (no functional changes) (diff)
downloadkernel-qcow2-util-linux-d14c1c39dd01edf08262e4f3bad3d777013ea91a.tar.gz
kernel-qcow2-util-linux-d14c1c39dd01edf08262e4f3bad3d777013ea91a.tar.xz
kernel-qcow2-util-linux-d14c1c39dd01edf08262e4f3bad3d777013ea91a.zip
Merge branch 'rename-interactive' of https://github.com/g-raud/util-linux
* 'rename-interactive' of https://github.com/g-raud/util-linux: rename: fixup & style (no functional changes) rename: test availability of __fpurge() and fpurge() rename: ask(): call __fpurge() to cater for multi-byte characters rename.1: describe interactive mode rename: ask(): print n when EOF on input rename: detect tty in cbreak mode to make ask() read a single byte rename.1: fix warning section rename: add option --interactive to ask before overwriting rename: skip faccessat() failure if AT_SYMLINK_NOFOLLOW is not a valid flag rename: check source file access early
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3ad35abec..2a8d4e490 100644
--- a/configure.ac
+++ b/configure.ac
@@ -449,6 +449,8 @@ AC_CHECK_DECL([SO_PASSCRED],
#include <sys/socket.h>])
AC_CHECK_FUNCS([ \
+ __fpurge \
+ fpurge \
__fpending \
secure_getenv \
__secure_getenv \