summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMasatake YAMATO2012-01-19 05:16:20 +0100
committerKarel Zak2012-01-23 13:52:51 +0100
commit485a8bfa98f8d89855b7ae0305e6698048c6f050 (patch)
tree6a9de8182079005637183a8fecbfd44879da5ca5 /configure.ac
parentmount: add info about libmount features to --version output (diff)
downloadkernel-qcow2-util-linux-485a8bfa98f8d89855b7ae0305e6698048c6f050.tar.gz
kernel-qcow2-util-linux-485a8bfa98f8d89855b7ae0305e6698048c6f050.tar.xz
kernel-qcow2-util-linux-485a8bfa98f8d89855b7ae0305e6698048c6f050.zip
libmount: scandirat based mnt_table_parse_dir implementation
In comment of `mnt_table_parse_dir' of libmount/src/tab_parse.c: /* TODO: it would be nice to have a scandir() implementation that * is able to use already opened directory */ Nowadays glibc provides `scandirat'. This patch implements `scandirat' based `mnt_table_parse_dir'. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
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 1e2eb1be0..2792d74b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,6 +263,7 @@ AC_CHECK_FUNCS(
lchown \
llseek \
lseek64 \
+ scandirat \
strtoull \
sysconf \
getdtablesize \