summaryrefslogtreecommitdiff
path: root/hurd/hurdsig.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-10-20 19:06:52 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-10-20 19:06:52 +0200
commit59ff42dc062f858c9e143a41baef62ee05d3b360 (patch)
treedac962750682b4967898b57ba0f1f64af1c3425b /hurd/hurdsig.c
parentc8086a22140200e47d54d90607883653e868af77 (diff)
parentc85d2864b23774e723c8e4610ac0cd737dfa40a4 (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, 3 insertions, 0 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index e93f26bb53..75110d8800 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -47,6 +47,9 @@ unsigned long int __hurd_sigthread_stack_base;
unsigned long int __hurd_sigthread_stack_end;
unsigned long int *__hurd_sigthread_variables;
+/* Per-thread signal state. */
+__thread struct hurd_sigstate *_hurd_sigstate;
+
/* Linked-list of per-thread signal state. */
struct hurd_sigstate *_hurd_sigstates;