about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/i386
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-09-23 20:29:38 +0100
committerWill Newton <will.newton@linaro.org>2013-09-24 09:25:53 +0100
commitf02eed105c6c65ac7f7ccd75408ab41ff642954f (patch)
tree33a99cbb3a52a277c8d655846e73f2c630f4a447 /sysdeps/mach/hurd/i386
parent77eb79caa4bc2b3a7ba8e214eba9c1b6763f6af2 (diff)
downloadglibc-f02eed105c6c65ac7f7ccd75408ab41ff642954f.tar.gz
glibc-f02eed105c6c65ac7f7ccd75408ab41ff642954f.tar.xz
glibc-f02eed105c6c65ac7f7ccd75408ab41ff642954f.zip
sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.
This define was removed from the rest of the tree eight years ago.

ChangeLog:

2013-09-24  Will Newton  <will.newton@linaro.org>

	* sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
	macro.
Diffstat (limited to 'sysdeps/mach/hurd/i386')
-rw-r--r--sysdeps/mach/hurd/i386/tls.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/i386/tls.h b/sysdeps/mach/hurd/i386/tls.h
index 4f4c7c5df1..da8c16aa00 100644
--- a/sysdeps/mach/hurd/i386/tls.h
+++ b/sysdeps/mach/hurd/i386/tls.h
@@ -118,7 +118,6 @@ _hurd_tls_init (tcbhead_t *tcb, int secondcall)
    operation can cause a failure 'errno' must not be touched.  */
 # define TLS_INIT_TP(descr, secondcall) \
     _hurd_tls_init ((tcbhead_t *) (descr), (secondcall))
-# define TLS_INIT_TP_EXPENSIVE 1
 
 /* Return the TCB address of the current thread.  */
 # define THREAD_SELF							      \