]> granicus.if.org Git - strace/commitdiff
xlat: add BPF_F_ALLOW_MULTI constant
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 1 Mar 2018 19:19:16 +0000 (20:19 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 6 Mar 2018 23:52:08 +0000 (23:52 +0000)
* xlat/bpf_attach_flags.in (BPF_F_ALLOW_MULTI): New constant, introduced
by Linux commit v4.15-rc1~84^2~558^2~7.

xlat/bpf_attach_flags.in

index 35638fd1393585e4b9eedfac497ecde4a499438d..a67c02b632f14da010a3af69272f5ff9bceee2a1 100644 (file)
@@ -1 +1,2 @@
 BPF_F_ALLOW_OVERRIDE   1
+BPF_F_ALLOW_MULTI      2