diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 18:26:36 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-07-12 18:26:36 +0000 |
commit | 0ecb606cb6cf65de1d9fc8a919bceb4be476c602 (patch) | |
tree | 2ea1f8305970753e4a657acb2ccc15ca3eec8e2c /Versions.def | |
parent | 7d58530341304d403a6626d7f7a1913165fe2f32 (diff) | |
download | glibc-0ecb606cb6cf65de1d9fc8a919bceb4be476c602.tar.gz glibc-0ecb606cb6cf65de1d9fc8a919bceb4be476c602.tar.xz glibc-0ecb606cb6cf65de1d9fc8a919bceb4be476c602.zip |
2.5-18.1
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index 33409f1143..b492caaf0b 100644 --- a/Versions.def +++ b/Versions.def @@ -20,6 +20,8 @@ libc { GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 + GLIBC_2.4 + GLIBC_2.5 %ifdef USE_IN_LIBIO HURD_CTHREADS_0.3 %endif @@ -35,6 +37,7 @@ libdl { GLIBC_2.0 GLIBC_2.1 GLIBC_2.3.3 + GLIBC_2.3.4 } libm { GLIBC_2.0 @@ -42,6 +45,7 @@ libm { GLIBC_2.2 GLIBC_2.2.3 GLIBC_2.3.4 + GLIBC_2.4 } libnsl { GLIBC_2.0 @@ -77,6 +81,7 @@ libpthread { GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 + GLIBC_2.4 GLIBC_PRIVATE } libresolv { @@ -90,6 +95,8 @@ librt { GLIBC_2.2 GLIBC_2.3 GLIBC_2.3.3 + GLIBC_2.3.4 + GLIBC_2.4 } libutil { GLIBC_2.0 @@ -98,6 +105,7 @@ ld { GLIBC_2.0 GLIBC_2.1 GLIBC_2.3 + GLIBC_2.4 GLIBC_PRIVATE } libthread_db { |