|
@@ -705,9 +705,11 @@ __SYSCALL(__NR_seccomp, sys_seccomp)
|
|
__SYSCALL(__NR_getrandom, sys_getrandom)
|
|
__SYSCALL(__NR_getrandom, sys_getrandom)
|
|
#define __NR_memfd_create 279
|
|
#define __NR_memfd_create 279
|
|
__SYSCALL(__NR_memfd_create, sys_memfd_create)
|
|
__SYSCALL(__NR_memfd_create, sys_memfd_create)
|
|
|
|
+#define __NR_bpf 280
|
|
|
|
+__SYSCALL(__NR_bpf, sys_bpf)
|
|
|
|
|
|
#undef __NR_syscalls
|
|
#undef __NR_syscalls
|
|
-#define __NR_syscalls 280
|
|
|
|
|
|
+#define __NR_syscalls 281
|
|
|
|
|
|
/*
|
|
/*
|
|
* All syscalls below here should go away really,
|
|
* All syscalls below here should go away really,
|