From 676bd07e7e80f8a270af7f0276443c68f4a99e25 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 2 Apr 2018 20:10:48 +0200 Subject: sys/linux: test various binfmt's in execve --- sys/linux/sys_arm64.const | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/sys_arm64.const') diff --git a/sys/linux/sys_arm64.const b/sys/linux/sys_arm64.const index 0e1420c87..ce908b8c8 100644 --- a/sys/linux/sys_arm64.const +++ b/sys/linux/sys_arm64.const @@ -614,8 +614,6 @@ __NR_epoll_pwait = 22 # __NR_epoll_wait is not set # __NR_eventfd is not set __NR_eventfd2 = 19 -__NR_execve = 221 -__NR_execveat = 281 __NR_exit = 93 __NR_exit_group = 94 __NR_faccessat = 48 -- cgit mrf-deployment