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_386.const | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/sys_386.const') diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const index af17c1ac2..44132141e 100644 --- a/sys/linux/sys_386.const +++ b/sys/linux/sys_386.const @@ -614,8 +614,6 @@ __NR_epoll_pwait = 319 __NR_epoll_wait = 256 __NR_eventfd = 323 __NR_eventfd2 = 328 -__NR_execve = 11 -__NR_execveat = 358 __NR_exit = 1 __NR_exit_group = 252 __NR_faccessat = 307 -- cgit mrf-deployment