From 485a8bfa98f8d89855b7ae0305e6698048c6f050 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 19 Jan 2012 13:16:20 +0900 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 \ -- cgit v1.2.3-55-g7522