diff options
Diffstat (limited to 'src/shared/missing.h')
-rw-r--r-- | src/shared/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/missing.h b/src/shared/missing.h index ecedf72ab7..0cf7949d2c 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -184,4 +184,8 @@ static inline pid_t gettid(void) { #define SCM_SECURITY 0x03 #endif +#ifndef MS_STRICTATIME +#define MS_STRICTATIME (1<<24) +#endif + #endif |