aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-03-16 11:18:40 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-03-16 15:11:05 +0100
commit46cc3b2193a3be0e0043d9cb98af1121aeebf09d (patch)
treeadb896e692d32bd340d27494e51cfa05718100de /sys/linux/sys.txt
parent3f1e91ed11e657c596a375b100695a8b4e0d6e37 (diff)
sys/linux: update watch queue descriptions
The interface has significantly changed since the first version. Update to the upstreammed interface. Fixes #3030
Diffstat (limited to 'sys/linux/sys.txt')
-rw-r--r--sys/linux/sys.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt
index 90de42bd0..3a6c23f52 100644
--- a/sys/linux/sys.txt
+++ b/sys/linux/sys.txt
@@ -53,6 +53,7 @@ include <uapi/linux/kcov.h>
include <uapi/linux/membarrier.h>
include <uapi/linux/capability.h>
include <uapi/linux/seccomp.h>
+include <uapi/linux/watch_queue.h>
include <kernel/sched/sched.h>
include <uapi/linux/close_range.h>
@@ -1233,7 +1234,7 @@ mmap_flags = MAP_SHARED, MAP_PRIVATE, MAP_32BIT, MAP_ANONYMOUS, MAP_DENYWRITE, M
mremap_flags = MREMAP_MAYMOVE, MREMAP_FIXED, MREMAP_DONTUNMAP
mbind_mode = MPOL_DEFAULT, MPOL_BIND, MPOL_INTERLEAVE, MPOL_PREFERRED, MPOL_F_STATIC_NODES, MPOL_F_RELATIVE_NODES
mbind_flags = MPOL_MF_STRICT, MPOL_MF_MOVE, MPOL_MF_MOVE_ALL
-pipe_flags = O_NONBLOCK, O_CLOEXEC, O_DIRECT
+pipe_flags = O_NONBLOCK, O_CLOEXEC, O_DIRECT, O_NOTIFICATION_PIPE
mlock_flags = MLOCK_ONFAULT
mlockall_flags = MCL_CURRENT, MCL_FUTURE, MCL_ONFAULT
dup_flags = O_CLOEXEC