diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-03-16 11:18:40 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-03-16 15:11:05 +0100 |
| commit | 46cc3b2193a3be0e0043d9cb98af1121aeebf09d (patch) | |
| tree | adb896e692d32bd340d27494e51cfa05718100de /sys/linux/key.txt.const | |
| parent | 3f1e91ed11e657c596a375b100695a8b4e0d6e37 (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/key.txt.const')
| -rw-r--r-- | sys/linux/key.txt.const | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
