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.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/watch_queue.txt') diff --git a/sys/linux/watch_queue.txt b/sys/linux/watch_queue.txt index d6bc9b33c..9f08bf6f3 100644 --- a/sys/linux/watch_queue.txt +++ b/sys/linux/watch_queue.txt @@ -12,6 +12,8 @@ mmap$watch_queue(addr vma, len len[addr], prot flags[mmap_prot], flags flags[mma ioctl$IOC_WATCH_QUEUE_SET_SIZE(fd fd_watch_queue, cmd const[IOC_WATCH_QUEUE_SET_SIZE], arg flags[watch_queue_size]) ioctl$IOC_WATCH_QUEUE_SET_FILTER(fd fd_watch_queue, cmd const[IOC_WATCH_QUEUE_SET_FILTER], arg ptr[in, watch_notification_filter]) +watch_devices(watch_fd fd_watch_queue, watch_id intptr[-1:0xff], flags const[0]) + watch_notification_filter { nr_filters len[filters, int32] __reserved const[0, int32] -- cgit mrf-deployment