diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-10-29 22:03:29 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-10-29 22:03:29 +0000 |
commit | 8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5 (patch) | |
tree | 196eec145dc3a6fb925a5b07d831b21d761d7c20 /elf/tst-tlsmod2.c | |
parent | 48b752c9f6499f0de89766c94b3b1bedbfd6476e (diff) | |
download | glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.tar glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.tar.gz glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.tar.bz2 glibc-8dd5fcaca8ce7e43ed49879235f08d45d2a4a2e5.zip |
Updated to fedora-glibc-20061029T2155cvs/fedora-glibc-2_5_90-3
Diffstat (limited to 'elf/tst-tlsmod2.c')
-rw-r--r-- | elf/tst-tlsmod2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/tst-tlsmod2.c b/elf/tst-tlsmod2.c index 98d9d3e518..981923313c 100644 --- a/elf/tst-tlsmod2.c +++ b/elf/tst-tlsmod2.c @@ -2,7 +2,6 @@ #include <tls.h> -#ifdef USE_TLS #include "tls-macros.h" @@ -35,4 +34,3 @@ in_dso (int n, int *caller_foop) return result; } -#endif |