diff options
| author | Kaipeng Zeng <kaipeng94@gmail.com> | 2019-05-10 19:00:44 +0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-10 13:00:44 +0200 |
| commit | c2aed7c7e3e293282067079aa68bd550b880a242 (patch) | |
| tree | 6c218df661aee739b1e988a09a65fdf79b1225f5 /sys/linux/bpf_arm.const | |
| parent | 8f24b7d63ed022019c9c221a7e9b54ec1c11f533 (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/bpf_arm.const')
| -rw-r--r-- | sys/linux/bpf_arm.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index 69f8b3141..e9202401c 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -155,7 +155,7 @@ BPF_XOR0 = 10 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 99 +__BPF_FUNC_MAX_ID = 109 __MAX_BPF_REG = 11 __NR_bpf = 386 bpf_call_code = 133 |
