From 9b153c043ea486d28f96a7e01419f650fe0e1b26 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 4 Oct 2012 21:01:56 -0400 Subject: beginnings of full TLS support in shared libraries this code will not work yet because the necessary relocations are not supported, and cannot be supported without some internal changes to how relocation processing works (coming soon). --- src/thread/tls.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/thread/tls.c (limited to 'src/thread/tls.c') diff --git a/src/thread/tls.c b/src/thread/tls.c new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1