From 9d33246a91aa72325ce8ef81007ce17dc133548d Mon Sep 17 00:00:00 2001 From: Veronica Radu Date: Mon, 30 Sep 2019 15:00:04 +0200 Subject: sys/linux: add new syscall descriptions for devio and usbmon Update #533 --- sys/linux/dev_usbmon_arm64.const | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/linux/dev_usbmon_arm64.const') diff --git a/sys/linux/dev_usbmon_arm64.const b/sys/linux/dev_usbmon_arm64.const index eae2ee726..3c5f25d44 100644 --- a/sys/linux/dev_usbmon_arm64.const +++ b/sys/linux/dev_usbmon_arm64.const @@ -1,5 +1,4 @@ # AUTOGENERATED FILE -AT_FDCWD = 18446744073709551516 BUFF_MAX = 1228800 BUFF_MIN = 8192 CHUNK_SIZE = 4096 @@ -15,4 +14,6 @@ MON_IOC_MAGIC = 146 PAGE_SIZE = 4096 SETUP_LEN = 8 __NR_ioctl = 29 -__NR_openat = 56 +__NR_mmap = 222 +# __NR_mmap2 is not set +__NR_read = 63 -- cgit mrf-deployment