diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-17 17:37:49 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-18 21:02:24 +0100 |
| commit | d2f8d5ab46fe67b2f03387be9e6f38ffe5f227ba (patch) | |
| tree | f5bfbe679147e06398db2601ec3b4ecb93d6c207 /sys/linux/bpf_mips64le.const | |
| parent | 773117bf811a6e7f9d13bb966dc4956774e88207 (diff) | |
sys/linux: fix sigset_t/sigaction layout on arm
Update #590
Diffstat (limited to 'sys/linux/bpf_mips64le.const')
| -rw-r--r-- | sys/linux/bpf_mips64le.const | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/bpf_mips64le.const b/sys/linux/bpf_mips64le.const index dc49fa3a1..2beb27f6e 100644 --- a/sys/linux/bpf_mips64le.const +++ b/sys/linux/bpf_mips64le.const @@ -204,7 +204,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 117 +__BPF_FUNC_MAX_ID = 118 __MAX_BPF_REG = 11 __NR_bpf = 5315 bpf_call_code = 133 |
