diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-26 20:56:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-26 20:56:45 +0000 |
commit | fa39bea49e8023069711bded87d3d1398717bc1a (patch) | |
tree | 3e174176984e4f6ae8a3176170f2da39332930f6 | |
parent | c51dc068d599e32f06ba83e4f55b2ae6e3529283 (diff) |
Update.glibc-2.2.3cvs/glibc-2_2_3
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getunwind.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/syscalls.list | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2001-04-26 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getunwind. + * string/strcoll.c: Fix two memory allocation problems. * string/Makefile (tests): Add bug-strcoll1. * string/bug-strcoll1.c: New file. diff --git a/sysdeps/unix/sysv/linux/ia64/syscalls.list b/sysdeps/unix/sysv/linux/ia64/syscalls.list index 44b3ab7f00..2a86be473d 100644 --- a/sysdeps/unix/sysv/linux/ia64/syscalls.list +++ b/sysdeps/unix/sysv/linux/ia64/syscalls.list @@ -79,3 +79,6 @@ s_stat xstat stat i:sp __syscall_stat s_lstat lxstat lstat i:sp __syscall_lstat s_fstat fxstat fstat i:ip __syscall_fstat s_sysctl sysctl _sysctl i:p __syscall__sysctl + +# IA-64 specific +getunwind EXTRA getunwind i:pi getunwind |