summaryrefslogtreecommitdiff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-05-10 12:32:15 +0800
committerThomas Schwinge <thomas@codesourcery.com>2012-05-10 12:32:15 +0800
commit68532ccd27173f16297f72b91c6ce4bd2150e68e (patch)
tree8e47eb2f36f8488a6d93ca363f81cec67a2861fe /hurd/hurdsig.c
parent5c02b6615d339b235b2bc24228debb5d5b682ba7 (diff)
Move Hurd threadvar removal bits from t/tls.
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r--hurd/hurdsig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 9e8485a9a5..b3f5e955b2 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -1277,8 +1277,6 @@ _hurdsig_init (const int *intarray, size_t intarraysize)
__libc_fatal ("hurd: Can't allocate threadvars for signal thread\n");
memset (__hurd_sigthread_variables, 0,
__hurd_threadvar_max * sizeof (unsigned long int));
- __hurd_sigthread_variables[_HURD_THREADVAR_LOCALE]
- = (unsigned long int) &_nl_global_locale;
/* Reinitialize the MiG support routines so they will use a per-thread
variable for the cached reply port. */