From 1463fbc73ec78981596176b54da5cf7d5cc56f74 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 31 Mar 2012 23:41:07 +0200 Subject: open_issues/glibc: Update. --- open_issues/glibc/t/tls-threadvar.mdwn | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'open_issues/glibc/t/tls-threadvar.mdwn') diff --git a/open_issues/glibc/t/tls-threadvar.mdwn b/open_issues/glibc/t/tls-threadvar.mdwn index f6a81590..e72732ab 100644 --- a/open_issues/glibc/t/tls-threadvar.mdwn +++ b/open_issues/glibc/t/tls-threadvar.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -10,6 +10,10 @@ License|/fdl]]."]]"""]] [[!tag open_issue_glibc open_issue_libpthread]] +This basically means to get rid of `sysdeps/mach/hurd/bits/libc-tsd.h` (and +thus the `_HURD_THREADVAR_*`/`_hurd_threadvar_location` interface), and +directly use `__thread` instead. + IRC, freenode, #hurd, 2011-10-23: youpi: If we want to replace threadvars with TLS, there is one @@ -22,3 +26,6 @@ IRC, freenode, #hurd, 2011-10-23: (people should use TLS anyway) [[libpthread_set_stack_size]]. + +After this has been done, probably the whole `__libc_tsd_*` stuff can be +dropped altogether, and `__thread` directly be used in glibc. -- cgit v1.2.3