diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-28 23:02:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-28 23:02:54 +0000 |
commit | fec0c5bb7ffcbddeaa72b8ee49bfd48658f7c4ac (patch) | |
tree | b5e980f2724c0aa5c292be1d57ad3addf0f4f2dc | |
parent | 3865b57f91a9bb5ffa252f38837f69944b47e85b (diff) | |
download | glibc-fec0c5bb7ffcbddeaa72b8ee49bfd48658f7c4ac.tar.gz glibc-fec0c5bb7ffcbddeaa72b8ee49bfd48658f7c4ac.tar.xz glibc-fec0c5bb7ffcbddeaa72b8ee49bfd48658f7c4ac.zip |
Add __syscall_exit entry point.
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
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 |