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_amd64.const | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index ab9ec5ce7..9a7fe8f66 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -614,8 +614,6 @@ __NR_epoll_pwait = 281 __NR_epoll_wait = 232 __NR_eventfd = 284 __NR_eventfd2 = 290 -__NR_execve = 59 -__NR_execveat = 322 __NR_exit = 60 __NR_exit_group = 231 __NR_faccessat = 269 -- cgit mrf-deployment