about summary refs log tree commit diff
path: root/linuxthreads/Versions
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-02 07:08:20 +0000
committerRoland McGrath <roland@gnu.org>2002-09-02 07:08:20 +0000
commit4032add80a847ddff3dff9d85163fc119013b9e2 (patch)
tree995d8b0a37179e24e6c1638d7b5c41602177820d /linuxthreads/Versions
parentd20fec5d65b16c42b391d1e95df73b3a8366fe16 (diff)
downloadglibc-4032add80a847ddff3dff9d85163fc119013b9e2.tar.gz
glibc-4032add80a847ddff3dff9d85163fc119013b9e2.tar.xz
glibc-4032add80a847ddff3dff9d85163fc119013b9e2.zip
2002-09-01 Roland McGrath <roland@redhat.com>
	* sysdeps/pthread/bits/libc-tsd.h (__libc_tsd_address): New macro.
	(__libc_internal_tsd_address): Declare it.
	* Versions (libc, ld, libpthread: GLIBC_PRIVATE): Add
	__libc_internal_tsd_address.
	* specific.c (libc_internal_tsd_address): New function.
	(__libc_internal_tsd_address): New variable.
	* no-tsd.c (__libc_internal_tsd_address): New variable.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r--linuxthreads/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions
index 3124814d99..ec4e8730b3 100644
--- a/linuxthreads/Versions
+++ b/linuxthreads/Versions
@@ -20,6 +20,8 @@ libc {
   GLIBC_PRIVATE {
     # Internal libc interface to libpthread
     __libc_internal_tsd_get; __libc_internal_tsd_set;
+    __libc_internal_tsd_address;
+
   }
 }
 
@@ -27,6 +29,7 @@ ld {
   GLIBC_PRIVATE {
     # Internal libc interface to libpthread
     __libc_internal_tsd_get; __libc_internal_tsd_set;
+    __libc_internal_tsd_address;
   }
 }
 
@@ -160,6 +163,7 @@ libpthread {
   GLIBC_PRIVATE {
     # Internal libc interface to libpthread
     __libc_internal_tsd_get; __libc_internal_tsd_set;
+    __libc_internal_tsd_address;
     __pthread_kill_other_threads_np;
   }
 }