diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-07-11 16:34:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-07-11 16:34:20 +0000 |
commit | 3e0dd85b103492e6b91e8e3bf60a997b04eb967f (patch) | |
tree | 0f46ec1386858194c583a6c680ec6fda2a6e8450 /Versions.def | |
parent | 1ae915d98db1e07cf332e8a1fc86f3432f5c3614 (diff) | |
download | glibc-3e0dd85b103492e6b91e8e3bf60a997b04eb967f.tar.gz |
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 'Versions.def')
-rw-r--r-- | Versions.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index 6537c37a16..e90eeeb759 100644 --- a/Versions.def +++ b/Versions.def @@ -15,6 +15,7 @@ libc { GLIBC_2.2.4 GLIBC_2.2.5 GLIBC_2.2.6 + GLIBC_2.3 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif |