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

Commit d44679ab authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: wire bpf and execveat syscalls



Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 4949009e
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -749,8 +749,12 @@ __SYSCALL(337, sys_seccomp, 3)
__SYSCALL(338, sys_getrandom, 3)
#define __NR_memfd_create			339
__SYSCALL(339, sys_memfd_create, 2)
#define __NR_bpf				340
__SYSCALL(340, sys_bpf, 3)
#define __NR_execveat				341
__SYSCALL(341, sys_execveat, 5)

#define __NR_syscall_count			340
#define __NR_syscall_count			342

/*
 * sysxtensa syscall handler