diff options
| author | Bins94 <kaipeng94@gmail.com> | 2019-05-20 05:50:03 -0400 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-06-03 18:43:52 +0200 |
| commit | 816587a771077c84b6c06ca93cc94fd656859b58 (patch) | |
| tree | 25866837a9ecfadf4a92651928e997de10a4c26b /sys/linux/filesystem_arm.const | |
| parent | 63bf051fc1ccc110060be8490f4f5492b0a78766 (diff) | |
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
Diffstat (limited to 'sys/linux/filesystem_arm.const')
| -rw-r--r-- | sys/linux/filesystem_arm.const | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
