From fb5902ca5cf802557eb1e3c56502a2f5e27242f4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 6 Aug 2008 18:14:38 +0000 Subject: - support relatime / norelatime --- include/platform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/platform.h') 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) -- cgit v1.2.3