mirror of
git://git.musl-libc.org/musl
synced 2025-02-02 03:51:41 +00:00
add ST_RELATIME to statvfs.h
This commit is contained in:
parent
4f35eb7591
commit
062015204a
@ -42,6 +42,7 @@ int fstatvfs (int, struct statvfs *);
|
|||||||
#define ST_IMMUTABLE 512
|
#define ST_IMMUTABLE 512
|
||||||
#define ST_NOATIME 1024
|
#define ST_NOATIME 1024
|
||||||
#define ST_NODIRATIME 2048
|
#define ST_NODIRATIME 2048
|
||||||
|
#define ST_RELATIME 4096
|
||||||
|
|
||||||
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)
|
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)
|
||||||
#define statvfs64 statvfs
|
#define statvfs64 statvfs
|
||||||
|
Loading…
Reference in New Issue
Block a user