ソースを参照

add missing UTIME_* macros in sys/stat.h

Rich Felker 14 年 前
コミット
4a19634f07
1 ファイル変更3 行追加0 行削除
  1. 3 0
      include/sys/stat.h

+ 3 - 0
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 *);