- support relatime / norelatime

This commit is contained in:
Bernhard Reutner-Fischer
2008-08-06 18:14:38 +00:00
parent 1dbc643dd3
commit fb5902ca5c
3 changed files with 8 additions and 1 deletions

View File

@@ -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)