mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Kernel: Define MS_WXALLOWED mount option
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 16:56:51 +09:00
Author: https://github.com/jakewestrip Commit: https://github.com/SerenityOS/serenity/commit/4307c4480e Pull-request: https://github.com/SerenityOS/serenity/pull/12961 Reviewed-by: https://github.com/kleinesfilmroellchen ✅
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user