From 3e0dd85b103492e6b91e8e3bf60a997b04eb967f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Jul 2002 16:34:20 +0000 Subject: Update. 2002-07-11 Ulrich Drepper * 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. --- stdlib/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stdlib/Versions') 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. -- cgit v1.2.3-70-g09d2