diff options
author | Richard Henderson <rth@redhat.com> | 2004-01-23 21:08:08 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2004-01-23 21:08:08 +0000 |
commit | e151ce7ad365cfb354201af1a4ac64dc5e4efa34 (patch) | |
tree | bef2d0248292676e2fb9af2a47578f8762621372 /Versions.def | |
parent | 1f81acbcbc5f0a2641f380ecc15e2358784b2001 (diff) | |
download | glibc-e151ce7ad365cfb354201af1a4ac64dc5e4efa34.tar.gz |
* Versions.def (libm): Replace GLIBC_2.3.3 with GLIBC_2.3.4. * sysdeps/alpha/fpu/Versions (libm): Likewise. * sysdeps/alpha/fpu/cfloat-compat.h (cfloat_versions): Likewise. * sysdeps/alpha/fpu/s_clog10f.c (clog10f): Likewise.
2004-01-23 Richard Henderson <rth@redhat.com>
* Versions.def (libm): Replace GLIBC_2.3.3 with GLIBC_2.3.4.
* sysdeps/alpha/fpu/Versions (libm): Likewise.
* sysdeps/alpha/fpu/cfloat-compat.h (cfloat_versions): Likewise.
* sysdeps/alpha/fpu/s_clog10f.c (clog10f): Likewise.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Versions.def b/Versions.def index 4c2a56b0ad..921b8f5d2b 100644 --- a/Versions.def +++ b/Versions.def @@ -41,7 +41,7 @@ libm { GLIBC_2.1 GLIBC_2.2 GLIBC_2.2.3 - GLIBC_2.3.3 + GLIBC_2.3.4 } libnsl { GLIBC_2.0 |