mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
Kernel: Define MS_WXALLOWED mount option
This commit is contained in:
parent
5bb5967259
commit
4307c4480e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ extern "C" {
|
|||
#define MS_BIND (1 << 3)
|
||||
#define MS_RDONLY (1 << 4)
|
||||
#define MS_REMOUNT (1 << 5)
|
||||
#define MS_WXALLOWED (1 << 6)
|
||||
|
||||
enum {
|
||||
_SC_MONOTONIC_CLOCK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue