From 56606ab3b8d5b097b7c4f09b52b79a2217768ca4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 6 Feb 2015 12:23:35 -0800 Subject: Fix dirent/tst-fdopendir not to presume O_NOATIME exists. --- dirent/tst-fdopendir.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dirent') diff --git a/dirent/tst-fdopendir.c b/dirent/tst-fdopendir.c index 3cf315d85c..0780c19916 100644 --- a/dirent/tst-fdopendir.c +++ b/dirent/tst-fdopendir.c @@ -6,6 +6,9 @@ #include #include +#ifndef O_NOATIME +# define O_NOATIME 0 +#endif static int do_test (void) -- cgit 1.4.1