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_arm64.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/watch_queue_arm64.const') diff --git a/sys/linux/watch_queue_arm64.const b/sys/linux/watch_queue_arm64.const index 710f187af..951644fd3 100644 --- a/sys/linux/watch_queue_arm64.const +++ b/sys/linux/watch_queue_arm64.const @@ -6,3 +6,4 @@ __NR_ioctl = 29 __NR_mmap = 222 # __NR_mmap2 is not set __NR_openat = 56 +__NR_watch_devices = 436 -- cgit mrf-deployment