X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fstatvfs.h;h=ef07d6846a120513f60e6a1ac88092f2a07de0bb;hb=c6a61df183104616ed3d4c68922752623545af16;hp=e0839ecac3266a40f3fcd33bc059fa77038a6e1e;hpb=c1a9658bd19245ff0fb52d3da567815d822fb622;p=musl 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