From d4ea592f78feb8f04941a301b93e09880c3546a3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 15 Oct 2019 14:13:41 +0200 Subject: sys/linux: add some new flags Add a few new assorted things, some flags, etc. --- sys/linux/watch_queue_amd64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/watch_queue_amd64.const') diff --git a/sys/linux/watch_queue_amd64.const b/sys/linux/watch_queue_amd64.const index 35b23cfaa..362ffd18a 100644 --- a/sys/linux/watch_queue_amd64.const +++ b/sys/linux/watch_queue_amd64.const @@ -6,3 +6,4 @@ __NR_ioctl = 16 __NR_mmap = 9 # __NR_mmap2 is not set __NR_openat = 257 +__NR_watch_devices = 436 -- cgit mrf-deployment