about summary refs log tree commit diff
path: root/libio/tst-atime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/tst-atime.c')
-rw-r--r--libio/tst-atime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libio/tst-atime.c b/libio/tst-atime.c
index 488963210e..0b0b4f04c4 100644
--- a/libio/tst-atime.c
+++ b/libio/tst-atime.c
@@ -1,3 +1,4 @@
+#include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -40,6 +41,7 @@ do_test (void)
       return 1;
     }
 
+#ifdef ST_NOATIME
   /* Make sure the filesystem doesn't have the noatime option set.  If
      statvfs is not available just continue.  */
   e = fstatvfs (fd, &sv);
@@ -57,6 +59,7 @@ do_test (void)
 	  return 0;
 	}
     }
+#endif
 
   /* Make sure it gets removed.  */
   add_temp_file (buf);