diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-22 23:52:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-22 23:52:59 +0000 |
commit | 2fb9a65c22e5d6d59ebadbdd7b0ead3bdd17abd6 (patch) | |
tree | 143157d4dafd0bf3a39c4db5d5d47155bb5bdf71 /Versions.def | |
parent | 0dad51c17277e5f0694ec5e1f20081fe223d39c9 (diff) | |
download | glibc-2fb9a65c22e5d6d59ebadbdd7b0ead3bdd17abd6.tar.gz |
* Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
* scripts/versions.awk: Print all errors and die at the end.
Use library name in versions array keys.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index 45b2127914..81b31386bd 100644 --- a/Versions.def +++ b/Versions.def @@ -36,6 +36,7 @@ libdl { GLIBC_2.0 GLIBC_2.1 GLIBC_2.3.3 + GLIBC_2.3.4 } libm { GLIBC_2.0 @@ -91,6 +92,7 @@ librt { GLIBC_2.2 GLIBC_2.3 GLIBC_2.3.3 + GLIBC_2.3.4 } libutil { GLIBC_2.0 |