summaryrefslogtreecommitdiff
path: root/hurd/hurd/signal.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-10-25 00:37:58 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-10-25 00:37:58 +0200
commitb3320e243e29a0451fb5aa6d39c6bfe2200504dc (patch)
treea891ebd96306e43ac22ff900a3d9b07861f3122a /hurd/hurd/signal.h
parent4c23967459c21ee7627dd8fd3782f1671416a206 (diff)
Drop threadvars entirely
Diffstat (limited to 'hurd/hurd/signal.h')
-rw-r--r--hurd/hurd/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h
index e9e0e0da1a..e633debe7c 100644
--- a/hurd/hurd/signal.h
+++ b/hurd/hurd/signal.h
@@ -40,7 +40,6 @@
#include <cthreads.h> /* For `struct mutex'. */
#include <setjmp.h> /* For `jmp_buf'. */
#include <spin-lock.h>
-#include <hurd/threadvar.h> /* We cache sigstate in a threadvar. */
struct hurd_signal_preemptor; /* <hurd/sigpreempt.h> */