diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/stat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/stat.h b/include/sys/stat.h index 2eb6fb0c..ec69f54d 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -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 *); |