diff options
Diffstat (limited to 'arch/i386/bits')
-rw-r--r-- | arch/i386/bits/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/bits/syscall.h b/arch/i386/bits/syscall.h index 7584f30d..2378053b 100644 --- a/arch/i386/bits/syscall.h +++ b/arch/i386/bits/syscall.h @@ -355,6 +355,7 @@ #define __NR_seccomp 354 #define __NR_getrandom 355 #define __NR_memfd_create 356 +#define __NR_bpf 357 /* Repeated with SYS_ prefix */ @@ -716,3 +717,4 @@ #define SYS_seccomp 354 #define SYS_getrandom 355 #define SYS_memfd_create 356 +#define SYS_bpf 357 |