From 816587a771077c84b6c06ca93cc94fd656859b58 Mon Sep 17 00:00:00 2001 From: Bins94 Date: Mon, 20 May 2019 05:50:03 -0400 Subject: sys/linux: update descriptions of sendmsg/sendmmsg Add sendmsg$inet, sendmmsg$inet for ip_cmsg_send. Add sendmsg$inet6, sendmmsg$inet6 for ip6_datagram_send_ctl --- sys/linux/filesystem_arm.const | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/linux/filesystem_arm.const') diff --git a/sys/linux/filesystem_arm.const b/sys/linux/filesystem_arm.const index ed696a08b..180b34d0a 100644 --- a/sys/linux/filesystem_arm.const +++ b/sys/linux/filesystem_arm.const @@ -55,11 +55,11 @@ MS_UNBINDABLE = 131072 OPEN_TREE_CLOEXEC = 524288 OPEN_TREE_CLONE = 1 UMOUNT_NOFOLLOW = 8 -# __NR_fsconfig is not set -# __NR_fsmount is not set -# __NR_fsopen is not set -# __NR_fspick is not set +__NR_fsconfig = 431 +__NR_fsmount = 432 +__NR_fsopen = 430 +__NR_fspick = 433 __NR_mount = 21 -# __NR_move_mount is not set -# __NR_open_tree is not set +__NR_move_mount = 429 +__NR_open_tree = 428 __NR_umount2 = 52 -- cgit mrf-deployment