diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-05 02:26:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-05 02:26:16 +0000 |
commit | 9532eb67a4a92baab960d8d37bfa28048285dabb (patch) | |
tree | 179887a0e1239d9aebb41cffb1134f019712b56b /Versions.def | |
parent | ab86fbb1d2866df567219904982dac61751808e5 (diff) | |
download | glibc-9532eb67a4a92baab960d8d37bfa28048285dabb.tar.gz glibc-9532eb67a4a92baab960d8d37bfa28048285dabb.tar.xz glibc-9532eb67a4a92baab960d8d37bfa28048285dabb.zip |
Update.
1999-11-03 Ulrich Drepper <drepper@cygnus.com> * Versions.def: Add version for libthread_db.
Diffstat (limited to 'Versions.def')
-rw-r--r-- | Versions.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def index 4a3ee42774..82b0f1db01 100644 --- a/Versions.def +++ b/Versions.def @@ -81,3 +81,6 @@ ld.so { GLIBC_2.1 GLIBC_2.0 GLIBC_2.1.1 GLIBC_2.1 } +libthread_db { + GLIBC_2.1.3 +} |