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/bpf_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_arm.const') 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 -- cgit mrf-deployment