diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-01 21:43:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-01 21:43:03 +0000 |
commit | ff5fad1641bbd3b76501e01467b179c6aa6421b8 (patch) | |
tree | 3053aa71a68d34540fbb7cb4e5e985ddd98cfe61 /linuxthreads/Versions | |
parent | 4f2793d41f1043cf04f6761b1da00d8741824087 (diff) | |
download | glibc-ff5fad1641bbd3b76501e01467b179c6aa6421b8.tar.gz |
Update.
* elf/Makefile (tests): Add resolvfail. Add rules to build the
program.
* elf/resolvfail.c: New file.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 66a8f46b5c..5ec3dacd3d 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -22,6 +22,13 @@ libc { } } +ld.so { + GLIBC_2.0 { + # Internal libc interface to libpthread + __libc_internal_tsd_get; __libc_internal_tsd_set; + } +} + libpthread { GLIBC_2.0 { # Hidden entry point (through macros). |