mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
missing: define MS_REC and MS_SHARED if not defined already
This commit is contained in:
parent
38d70045d1
commit
a96215285a
@ -196,6 +196,14 @@ static inline pid_t gettid(void) {
|
||||
#define MS_STRICTATIME (1<<24)
|
||||
#endif
|
||||
|
||||
#ifndef MS_REC
|
||||
#define MS_REC 16384
|
||||
#endif
|
||||
|
||||
#ifndef MS_SHARED
|
||||
#define MS_SHARED (1<<20)
|
||||
#endif
|
||||
|
||||
#ifndef PR_SET_NO_NEW_PRIVS
|
||||
#define PR_SET_NO_NEW_PRIVS 38
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user