From c2aed7c7e3e293282067079aa68bd550b880a242 Mon Sep 17 00:00:00 2001 From: Kaipeng Zeng Date: Fri, 10 May 2019 19:00:44 +0800 Subject: sys/linux: update descriptions of sendmsg/sendmmsg Fix the descriptions of cmsghdr. Add sendmsg$sock and sendmmsg$sock for __sock_cmsg_send. --- sys/linux/io_uring_arm.const | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/linux/io_uring_arm.const') 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 -- cgit mrf-deployment