summaryrefslogtreecommitdiff
path: root/stdlib/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-11 16:34:20 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-11 16:34:20 +0000
commit3e0dd85b103492e6b91e8e3bf60a997b04eb967f (patch)
tree0f46ec1386858194c583a6c680ec6fda2a6e8450 /stdlib/Versions
parent1ae915d98db1e07cf332e8a1fc86f3432f5c3614 (diff)
Update.
2002-07-11 Ulrich Drepper <drepper@redhat.com> * Versions.def (libc): Add GLIBC_2.3. * stdlib/Versions [libc] (GLIBC_2.3): Add realpath. * stdlib/canonicalize.c: Add compatibility version for realpath and make new code available in GLIBC_2.3.
Diffstat (limited to 'stdlib/Versions')
-rw-r--r--stdlib/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions
index c2e17e0096..fc1e5a1004 100644
--- a/stdlib/Versions
+++ b/stdlib/Versions
@@ -90,6 +90,10 @@ libc {
# used by new G++ ABI
__cxa_atexit; __cxa_finalize;
}
+ GLIBC_2.3 {
+ # Silent change in SUS.
+ realpath;
+ }
GLIBC_PRIVATE {
# functions which have an additional interface since they are
# are cancelable.