aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/io_uring_arm.const
diff options
context:
space:
mode:
authorKaipeng Zeng <kaipeng94@gmail.com>2019-05-10 19:00:44 +0800
committerDmitry Vyukov <dvyukov@google.com>2019-05-10 13:00:44 +0200
commitc2aed7c7e3e293282067079aa68bd550b880a242 (patch)
tree6c218df661aee739b1e988a09a65fdf79b1225f5 /sys/linux/io_uring_arm.const
parent8f24b7d63ed022019c9c221a7e9b54ec1c11f533 (diff)
sys/linux: update descriptions of sendmsg/sendmmsg
Fix the descriptions of cmsghdr. Add sendmsg$sock and sendmmsg$sock for __sock_cmsg_send.
Diffstat (limited to 'sys/linux/io_uring_arm.const')
-rw-r--r--sys/linux/io_uring_arm.const6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/io_uring_arm.const b/sys/linux/io_uring_arm.const
index d6d14227d..7fe64fa88 100644
--- a/sys/linux/io_uring_arm.const
+++ b/sys/linux/io_uring_arm.const
@@ -11,8 +11,8 @@ IORING_SETUP_SQPOLL = 2
IORING_SETUP_SQ_AFF = 4
IORING_UNREGISTER_BUFFERS = 1
IORING_UNREGISTER_FILES = 3
-# __NR_io_uring_enter is not set
-# __NR_io_uring_register is not set
-# __NR_io_uring_setup is not set
+__NR_io_uring_enter = 426
+__NR_io_uring_register = 427
+__NR_io_uring_setup = 425
__NR_mmap = 192
__NR_mmap2 = 192