diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-11 01:30:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-11 01:30:15 +0000 |
commit | f1cc669a8c8d1845e9fc350e52687f79ba6bd552 (patch) | |
tree | 7bcc0e1f9272f1e2ff85a53fad8e6e0f187f1e46 /elf/dl-lookup.c | |
parent | a330abe2cd2b8cf8dd78ba82dadeab725b41adae (diff) | |
download | glibc-f1cc669a8c8d1845e9fc350e52687f79ba6bd552.tar.gz glibc-f1cc669a8c8d1845e9fc350e52687f79ba6bd552.tar.xz glibc-f1cc669a8c8d1845e9fc350e52687f79ba6bd552.zip |
Update.
* elf/dl-lookup.c: Include <tls.h>. * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
Diffstat (limited to 'elf/dl-lookup.c')
-rw-r--r-- | elf/dl-lookup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 8de301eaa8..521f032b2b 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -26,6 +26,7 @@ #include "dl-hash.h" #include <dl-machine.h> #include <bits/libc-lock.h> +#include <tls.h> #include <assert.h> |