提交 4a19634f 编写于 作者: R Rich Felker

add missing UTIME_* macros in sys/stat.h

上级 196d6437
......@@ -65,6 +65,9 @@ extern "C" {
#define S_IRWXO 0007
#endif
#define UTIME_NOW 0x3fffffff
#define UTIME_OMIT 0x3ffffffe
int stat(const char *, struct stat *);
int fstat(int, struct stat *);
int lstat(const char *, struct stat *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册