From: Rich Felker Date: Fri, 13 Jul 2018 00:41:30 +0000 (-0400) Subject: add ST_RELATIME to statvfs.h X-Git-Tag: v1.1.20~46 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=062015204a192dd6ab9663abcc3171b9106d1749;p=oweals%2Fmusl.git add ST_RELATIME to statvfs.h --- 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