missing: define MS_STRICTATIME if not defined already

This commit is contained in:
Lennart Poettering 2012-06-01 21:25:29 +02:00
parent 3ab1e259d9
commit 48ac500bb6
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "strv.h"
#include "mkdir.h"
#include "path-util.h"
#include "missing.h"
#ifndef TTY_GID
#define TTY_GID 5

View File

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