diff options
Diffstat (limited to 'include/linux/stat.h')
-rw-r--r-- | include/linux/stat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/stat.h b/include/linux/stat.h index d5ded253..1a30957b 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -9,7 +9,4 @@ #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH) #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH) -#define UTIME_NOW ((1l << 30) - 1l) -#define UTIME_OMIT ((1l << 30) - 2l) - #endif |