add missing UTIME_* macros in sys/stat.h
authorRich Felker <dalias@aerifal.cx>
Sun, 10 Apr 2011 22:32:59 +0000 (18:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 10 Apr 2011 22:32:59 +0000 (18:32 -0400)
include/sys/stat.h

index 2eb6fb0..ec69f54 100644 (file)
@@ -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 *);