summaryrefslogtreecommitdiff
path: root/include/linux/stat.h
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-02-09 22:20:56 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-02-09 22:20:56 +0100
commit3217fffd0948de9cdf96fb1bcdfb7419baee8620 (patch)
treed41fe9473271b14607c02f261fbb17cb7ac16113 /include/linux/stat.h
parente523a844d63e998a1291823ff7b5cf05fcc4a427 (diff)
Patches to support musl libc
UTIME_NOW is defined in <sys/stat.h> on glibc and musl. Else, we just need a few headers to get glibc's <sys/cdefs.h> crud.
Diffstat (limited to 'include/linux/stat.h')
-rw-r--r--include/linux/stat.h3
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