diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-06 18:14:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-06 18:14:38 +0000 |
commit | fb5902ca5cf802557eb1e3c56502a2f5e27242f4 (patch) | |
tree | b7270a59ca4639255067d7a6bc0a965d4ab6b0fe /include/platform.h | |
parent | 1dbc643dd34df4daafe5a1835e325d0d74c8b70f (diff) | |
download | busybox-w32-fb5902ca5cf802557eb1e3c56502a2f5e27242f4.tar.gz busybox-w32-fb5902ca5cf802557eb1e3c56502a2f5e27242f4.tar.bz2 busybox-w32-fb5902ca5cf802557eb1e3c56502a2f5e27242f4.zip |
- support relatime / norelatime
Diffstat (limited to 'include/platform.h')
-rw-r--r-- | include/platform.h | 4 |
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) | |||
350 | #ifndef MS_SHARED | 350 | #ifndef MS_SHARED |
351 | #define MS_SHARED (1<<20) | 351 | #define MS_SHARED (1<<20) |
352 | #endif | 352 | #endif |
353 | 353 | #ifndef MS_RELATIME | |
354 | #define MS_RELATIME (1 << 21) | ||
355 | #endif | ||
354 | 356 | ||
355 | #if !defined(BLKSSZGET) | 357 | #if !defined(BLKSSZGET) |
356 | #define BLKSSZGET _IO(0x12, 104) | 358 | #define BLKSSZGET _IO(0x12, 104) |