add missing UTIME_* macros in sys/stat.h

This commit is contained in:
Rich Felker 2011-04-10 18:32:59 -04:00
parent 196d6437dc
commit 4a19634f07
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ extern "C" {
#define S_IRWXO 0007 #define S_IRWXO 0007
#endif #endif
#define UTIME_NOW 0x3fffffff
#define UTIME_OMIT 0x3ffffffe
int stat(const char *, struct stat *); int stat(const char *, struct stat *);
int fstat(int, struct stat *); int fstat(int, struct stat *);
int lstat(const char *, struct stat *); int lstat(const char *, struct stat *);