summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-21 10:28:13 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-21 10:28:13 +0200
commit28ec62edae901dce3b8bb8412b5289a803236823 (patch)
tree1ee0edfc8e4e83b1a84ca3b43c236d13efe5f3de /.topmsg
parent40339e71f9b56a3c7ac5909d8f8e7b4274cf5daf (diff)
.topmsg: Comment on the __thread errno issue.
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg8
1 files changed, 8 insertions, 0 deletions
diff --git a/.topmsg b/.topmsg
index 7ec2eaf855..8ea433aebd 100644
--- a/.topmsg
+++ b/.topmsg
@@ -4,6 +4,14 @@ Subject: [PATCH] tls-threadvar
TODO: replace the custom threadvar mechanism with generic TLS.
That will fix sigaltstack.
+errno:
+
+* include/errno.h: Remove special-casing for __GNU__.
* sysdeps/mach/hurd/errno-loc.c: Remove file.
* sysdeps/mach/hurd/errno.c: Remove file.
* sysdeps/mach/hurd/dl-sysdep.c (errno): Remove variable.
+
+Until the crash pointed out in
+<http://news.gmane.org/find-root.php?message_id=%3C87txzo9yl4.fsf@kepler.schwinge.homeip.net%3E>
+and following has been resolved, this patch has been (temporarily) reverted in
+commit 40339e71f9b56a3c7ac5909d8f8e7b4274cf5daf.