parisc: Wire up bpf syscall

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller 2014-10-21 21:27:06 +02:00
parent 206c5f60a3
commit e6be7bb8a3
2 changed files with 3 additions and 1 deletions

View file

@ -833,8 +833,9 @@
#define __NR_seccomp (__NR_Linux + 338) #define __NR_seccomp (__NR_Linux + 338)
#define __NR_getrandom (__NR_Linux + 339) #define __NR_getrandom (__NR_Linux + 339)
#define __NR_memfd_create (__NR_Linux + 340) #define __NR_memfd_create (__NR_Linux + 340)
#define __NR_bpf (__NR_Linux + 341)
#define __NR_Linux_syscalls (__NR_memfd_create + 1) #define __NR_Linux_syscalls (__NR_bpf + 1)
#define __IGNORE_select /* newselect */ #define __IGNORE_select /* newselect */

View file

@ -436,6 +436,7 @@
ENTRY_SAME(seccomp) ENTRY_SAME(seccomp)
ENTRY_SAME(getrandom) ENTRY_SAME(getrandom)
ENTRY_SAME(memfd_create) /* 340 */ ENTRY_SAME(memfd_create) /* 340 */
ENTRY_SAME(bpf)
/* Nothing yet */ /* Nothing yet */