summaryrefslogtreecommitdiff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-22 00:43:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-22 00:44:02 +0200
commit1cefd2a2f2ebdd72f2e12f14a98e07f0da25dde3 (patch)
tree97235c1e0aaaf7f9f74c363592de288dcda1c7a4 /hurd/hurdsig.c
parentb1e96a07c9b4db8494febbb8a576ff903e4f8fc2 (diff)
Rather keep _hurd_sigstate in tcbhead_t
it avoids involving all the TLS stuff while handling signals...
Diffstat (limited to 'hurd/hurdsig.c')
-rw-r--r--hurd/hurdsig.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 1d87e2e973..80eac9f998 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -50,9 +50,6 @@ thread_t _hurd_sigthread;
unsigned long int __hurd_sigthread_stack_base;
unsigned long int __hurd_sigthread_stack_end;
-/* Per-thread signal state. */
-__thread struct hurd_sigstate *_hurd_sigstate;
-
/* Linked-list of per-thread signal state. */
struct hurd_sigstate *_hurd_sigstates;