提交 06201520 编写于 作者: R Rich Felker

add ST_RELATIME to statvfs.h

上级 4f35eb75
...@@ -42,6 +42,7 @@ int fstatvfs (int, struct statvfs *); ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册