s390: wire up bpf syscall
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
66e9bbdb3d
commit
fcb1c2d75b
3 changed files with 4 additions and 1 deletions
|
|
@ -286,7 +286,8 @@
|
|||
#define __NR_seccomp 348
|
||||
#define __NR_getrandom 349
|
||||
#define __NR_memfd_create 350
|
||||
#define NR_syscalls 351
|
||||
#define __NR_bpf 351
|
||||
#define NR_syscalls 352
|
||||
|
||||
/*
|
||||
* There are some system calls that are not present on 64 bit, some
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue