about summary refs log tree commit diff
path: root/sysdeps/i386/dl-tls.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-07 18:04:59 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-07 18:04:59 +0000
commit04b6da27245f24d6137b31f1745ba641dd3e8b08 (patch)
treec344f64eaa4b906692af1eddb9c24eb4ef41871f /sysdeps/i386/dl-tls.h
parentd555194cb3d236bda07fa9ef08f4f7020421763a (diff)
downloadglibc-04b6da27245f24d6137b31f1745ba641dd3e8b08.tar.gz
glibc-04b6da27245f24d6137b31f1745ba641dd3e8b08.tar.xz
glibc-04b6da27245f24d6137b31f1745ba641dd3e8b08.zip
Update.
2002-02-07  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
Diffstat (limited to 'sysdeps/i386/dl-tls.h')
-rw-r--r--sysdeps/i386/dl-tls.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/i386/dl-tls.h b/sysdeps/i386/dl-tls.h
index 7fe4be8e62..0b7d5c5902 100644
--- a/sysdeps/i386/dl-tls.h
+++ b/sysdeps/i386/dl-tls.h
@@ -17,7 +17,6 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#ifdef USE_TLS
 /* Type used for the representation of TLS information in the GOT.  */
 typedef struct
 {
@@ -46,5 +45,3 @@ __tls_get_addr (tls_index *ti)
 /* Prepare using the definition of __tls_get_addr in the generic
    version of this file.  */
 #define __tls_get_addr __attribute__ ((__regparm__ (1))) ___tls_get_addr
-
-#endif	/* use TLS */