From 6078bcf4f9f1450c5858386a76241cfe4d7262ee Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 15 Oct 2019 13:18:53 +0200 Subject: sys/linux: add watch_queue descriptions --- sys/linux/watch_queue_ppc64le.const | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/linux/watch_queue_ppc64le.const (limited to 'sys/linux/watch_queue_ppc64le.const') diff --git a/sys/linux/watch_queue_ppc64le.const b/sys/linux/watch_queue_ppc64le.const new file mode 100644 index 000000000..21e0512bd --- /dev/null +++ b/sys/linux/watch_queue_ppc64le.const @@ -0,0 +1,8 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +IOC_WATCH_QUEUE_SET_FILTER = 536893281 +IOC_WATCH_QUEUE_SET_SIZE = 536893280 +__NR_ioctl = 54 +__NR_mmap = 90 +# __NR_mmap2 is not set +__NR_openat = 286 -- cgit mrf-deployment