X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fsys%2Fstatvfs.h;h=ef07d6846a120513f60e6a1ac88092f2a07de0bb;hb=062015204a192dd6ab9663abcc3171b9106d1749;hp=0a3ac9e098906a374477e2060bfc490761f7d2ab;hpb=3b94daba711090f1936f59fae6f7cbcba963b29e;p=musl diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h index 0a3ac9e0..ef07d684 100644 --- a/include/sys/statvfs.h +++ b/include/sys/statvfs.h @@ -5,6 +5,8 @@ extern "C" { #endif +#include + #define __NEED_fsblkcnt_t #define __NEED_fsfilcnt_t #include @@ -26,7 +28,7 @@ struct statvfs { int __reserved[6]; }; -int statvfs (const char *, struct statvfs *); +int statvfs (const char *__restrict, struct statvfs *__restrict); int fstatvfs (int, struct statvfs *); #define ST_RDONLY 1 @@ -40,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