summaryrefslogtreecommitdiff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-22 00:48:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-22 00:48:02 +0200
commit3f5671523f26e6558eef6d0e4fcd2af165634e93 (patch)
tree244d64ab0684179e56a48fe30af0f53f9111900c /hurd/hurdsig.c
parent54884b5d5a0c8ed3096e7a719e283f28be748882 (diff)
parent995c97876793b4cef279f102949858650baec3ef (diff)
Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_Whittaker
Conflicts: hurd/hurd/signal.h
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 661d3b36e3..a69b87df0b 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -47,9 +47,6 @@ thread_t _hurd_msgport_thread;
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;