From fec0c5bb7ffcbddeaa72b8ee49bfd48658f7c4ac Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Sep 2002 23:02:54 +0000 Subject: Add __syscall_exit entry point. --- sysdeps/unix/sysv/linux/ia64/syscalls.list | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/ia64/syscalls.list b/sysdeps/unix/sysv/linux/ia64/syscalls.list index 23ab3cc0fc..c68635f5f5 100644 --- a/sysdeps/unix/sysv/linux/ia64/syscalls.list +++ b/sysdeps/unix/sysv/linux/ia64/syscalls.list @@ -69,6 +69,7 @@ rt_sigtimedwait EXTRA rt_sigtimedwait i:pppi __syscall_rt_sigtimedwait rt_sigtim # System calls with wrappers. s_execve execve 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 s_getdents64 getdents64 getdents64 i:ipi __syscall_getdents64 -- cgit v1.2.3