From 062015204a192dd6ab9663abcc3171b9106d1749 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 12 Jul 2018 20:41:30 -0400 Subject: add ST_RELATIME to statvfs.h --- include/sys/statvfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys') diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h index e0839eca..ef07d684 100644 --- a/include/sys/statvfs.h +++ b/include/sys/statvfs.h @@ -42,6 +42,7 @@ int fstatvfs (int, struct statvfs *); #define ST_IMMUTABLE 512 #define ST_NOATIME 1024 #define ST_NODIRATIME 2048 +#define ST_RELATIME 4096 #if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #define statvfs64 statvfs -- cgit v1.2.1