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/key.txt.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/key.txt.const') diff --git a/sys/linux/key.txt.const b/sys/linux/key.txt.const index 916806d70..ce1496686 100644 --- a/sys/linux/key.txt.const +++ b/sys/linux/key.txt.const @@ -34,6 +34,7 @@ KEYCTL_SET_REQKEY_KEYRING = 14 KEYCTL_SET_TIMEOUT = 15 KEYCTL_UNLINK = 9 KEYCTL_UPDATE = 2 +KEYCTL_WATCH_KEY = 32 KEY_GRP_LINK = 4096 KEY_GRP_READ = 512 KEY_GRP_SEARCH = 2048 -- cgit mrf-deployment