Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6be7bb8 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Wire up bpf syscall



Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 206c5f60
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -833,8 +833,9 @@
#define __NR_seccomp		(__NR_Linux + 338)
#define __NR_getrandom		(__NR_Linux + 339)
#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 */
+1 −0
Original line number Diff line number Diff line
@@ -436,6 +436,7 @@
	ENTRY_SAME(seccomp)
	ENTRY_SAME(getrandom)
	ENTRY_SAME(memfd_create)	/* 340 */
	ENTRY_SAME(bpf)

	/* Nothing yet */