From 46cc3b2193a3be0e0043d9cb98af1121aeebf09d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 16 Mar 2022 11:18:40 +0100 Subject: sys/linux: update watch queue descriptions The interface has significantly changed since the first version. Update to the upstreammed interface. Fixes #3030 --- sys/linux/sys.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/sys.txt.const') diff --git a/sys/linux/sys.txt.const b/sys/linux/sys.txt.const index 861f1a55d..d7322aa69 100644 --- a/sys/linux/sys.txt.const +++ b/sys/linux/sys.txt.const @@ -323,6 +323,7 @@ O_NOATIME = 262144 O_NOCTTY = 256, mips64le:2048 O_NOFOLLOW = 131072, arm:arm64:ppc64le:32768 O_NONBLOCK = 2048, mips64le:128 +O_NOTIFICATION_PIPE = 128, mips64le:1024 O_PATH = 2097152 O_RDONLY = 0 O_RDWR = 2 -- cgit mrf-deployment