summaryrefslogtreecommitdiff
path: root/.topmsg
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 /.topmsg
parentb1e96a07c9b4db8494febbb8a576ff903e4f8fc2 (diff)
Rather keep _hurd_sigstate in tcbhead_t
it avoids involving all the TLS stuff while handling signals...
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.topmsg b/.topmsg
index 5bb20d2704..cdf5ad38b5 100644
--- a/.topmsg
+++ b/.topmsg
@@ -4,4 +4,4 @@ Subject: [PATCH] tls-threadvar
replace the custom threadvar mechanism with generic TLS.
That will fix sigaltstack.
-Note: the added reply_port field should be kept last.
+Note: the added reply_port and _hurd_sigstate fields should be kept last.