1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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:
Ulrich Drepper
2002-07-11 16:34:20 +00:00
parent 1ae915d98d
commit 3e0dd85b10
4 changed files with 31 additions and 1 deletions

View File

@ -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.