From b0f80434807bef16f430bb2c4074baf4fc19f97b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Apr 2002 00:16:00 +0000 Subject: [PATCH] Add getunwind for GLIBC_2.2.6. --- sysdeps/unix/sysv/linux/ia64/Versions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysdeps/unix/sysv/linux/ia64/Versions b/sysdeps/unix/sysv/linux/ia64/Versions index e307eca3b12..8e1645d8c92 100644 --- a/sysdeps/unix/sysv/linux/ia64/Versions +++ b/sysdeps/unix/sysv/linux/ia64/Versions @@ -23,4 +23,7 @@ libc { # w* wordexp; } + GLIBC_2.2.6 { + getunwind; + } } -- 2.47.2