mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user