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_ppc64le.const | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index 28a1aac98..15cd283ee 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -614,8 +614,6 @@ __NR_epoll_pwait = 303 __NR_epoll_wait = 238 __NR_eventfd = 307 __NR_eventfd2 = 314 -__NR_execve = 11 -__NR_execveat = 362 __NR_exit = 1 __NR_exit_group = 234 __NR_faccessat = 298 -- cgit mrf-deployment