2002-04-24  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
	GLIBC_2.2.6.
This commit is contained in:
Ulrich Drepper 2002-04-25 00:18:11 +00:00
parent 80c00d3173
commit 39ebfd809e
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-04-24 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
GLIBC_2.2.6.
2002-04-14 Bruno Haible <bruno@clisp.org>
* posix/regex.c (re_max_failures): Add back symbol for binary

View File

@ -19,4 +19,7 @@ libc {
# w*
wordexp;
}
GLIBC_2.2.6 {
getunwind;
}
}