diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-25 00:18:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-25 00:18:11 +0000 |
commit | 39ebfd809e2d807836aeb8dfd90e84430eea22b8 (patch) | |
tree | f2fc3947bd74ab292c933f4c488c3c7354ba1af4 /sysdeps/unix | |
parent | 80c00d3173bbca4784787733578e868751bcfec0 (diff) | |
download | glibc-39ebfd809e2d807836aeb8dfd90e84430eea22b8.zip glibc-39ebfd809e2d807836aeb8dfd90e84430eea22b8.tar.gz glibc-39ebfd809e2d807836aeb8dfd90e84430eea22b8.tar.bz2 |
Update.
2002-04-24 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
GLIBC_2.2.6.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/Versions b/sysdeps/unix/sysv/linux/ia64/Versions index 12d7542..13d710a 100644 --- a/sysdeps/unix/sysv/linux/ia64/Versions +++ b/sysdeps/unix/sysv/linux/ia64/Versions @@ -19,4 +19,7 @@ libc { # w* wordexp; } + GLIBC_2.2.6 { + getunwind; + } } |