From 3a0742f9accb9c8d14366809c4ff723447a86929 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 22 Oct 2002 16:07:15 +0000 Subject: [PATCH] * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set caller to EXTRA instead of execve, since the latter has a higher-priority implementation in linuxthreads. --- ChangeLog | 6 ++++++ sysdeps/unix/sysv/linux/ia64/syscalls.list | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d5a1d2f..6128e45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-21 Andreas Schwab + + * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set + caller to EXTRA instead of execve, since the latter has a + higher-priority implementation in linuxthreads. + 2002-10-22 Jakub Jelinek * locale/programs/locarchive.c (enlarge_archive): Make sure diff --git a/sysdeps/unix/sysv/linux/ia64/syscalls.list b/sysdeps/unix/sysv/linux/ia64/syscalls.list index 280b79a..653fb83 100644 --- a/sysdeps/unix/sysv/linux/ia64/syscalls.list +++ b/sysdeps/unix/sysv/linux/ia64/syscalls.list @@ -65,7 +65,7 @@ rt_sigsuspend EXTRA rt_sigsuspend i:pi __syscall_rt_sigsuspend rt_sigsuspend rt_sigtimedwait EXTRA rt_sigtimedwait i:pppi __syscall_rt_sigtimedwait rt_sigtimedwait # System calls with wrappers. -s_execve execve execve i:spp __syscall_execve +s_execve EXTRA execve i:spp __syscall_execve s_exit exit exit i:i __syscall_exit s_getcwd getcwd getcwd i:pi __syscall_getcwd getcwd s_getdents getdents getdents i:ipi __syscall_getdents getdents -- 2.7.4