diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/platform.h | 4 | ||||
| -rw-r--r-- | include/usage.h | 1 |
2 files changed, 4 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) |
diff --git a/include/usage.h b/include/usage.h index 78f40367e..e24299088 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -2661,6 +2661,7 @@ | |||
| 2661 | " [a]sync Writes are asynchronous / synchronous\n" \ | 2661 | " [a]sync Writes are asynchronous / synchronous\n" \ |
| 2662 | " [no]atime Disable / enable updates to inode access times\n" \ | 2662 | " [no]atime Disable / enable updates to inode access times\n" \ |
| 2663 | " [no]diratime Disable / enable atime updates to directories\n" \ | 2663 | " [no]diratime Disable / enable atime updates to directories\n" \ |
| 2664 | " [no]relatime Disable / enable atime updates relative to modification time\n" \ | ||
| 2664 | " [no]dev Allow use of special device files / disallow them\n" \ | 2665 | " [no]dev Allow use of special device files / disallow them\n" \ |
| 2665 | " [no]exec Allow use of executable files / disallow them\n" \ | 2666 | " [no]exec Allow use of executable files / disallow them\n" \ |
| 2666 | " [no]suid Allow set-user-id-root programs / disallow them\n" \ | 2667 | " [no]suid Allow set-user-id-root programs / disallow them\n" \ |
