diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-10-30 11:02:08 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-30 11:15:50 +0100 |
| commit | 12b38f22c18c6109a5cc1c0238d015eef121b9b7 (patch) | |
| tree | b6c18b97e8e28bb4e69213cc637237cdb5807ea5 /sys/linux/bpf_arm.const | |
| parent | 362ef7639733f957b6d17bb4c730572958aa298c (diff) | |
sys/linux: fix up descriptions
1. Extract consts on the latest linux tree.
2. Don't manually define O_TMPFILE/O_ACCMODE/_LINUX_CAPABILITY_VERSION_N,
they are defined in kernel headers.
3. Don't use CLOCK_SGI_CYCLE as clock id, it's not implemented.
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 e9d6c1ef4..cc09358af 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -140,7 +140,7 @@ BPF_XADD0 = 6 BPF_XOR0 = 10 BTF_MAGIC = 60319 BTF_VERSION = 1 -__BPF_FUNC_MAX_ID = 84 +__BPF_FUNC_MAX_ID = 91 __NR_bpf = 386 bpf_call_code = 133 bpf_exit_code = 149 |
