aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index d2c1f9d20..0f2f83a7d 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -350,7 +350,9 @@ static ALWAYS_INLINE char* strchrnul(const char *s, char c)
#ifndef MS_SHARED
#define MS_SHARED (1<<20)
#endif
-
+#ifndef MS_RELATIME
+#define MS_RELATIME (1 << 21)
+#endif
#if !defined(BLKSSZGET)
#define BLKSSZGET _IO(0x12, 104)