From 4032add80a847ddff3dff9d85163fc119013b9e2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 2 Sep 2002 07:08:20 +0000 Subject: 2002-09-01 Roland McGrath * 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. --- linuxthreads/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linuxthreads/Versions') 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; } } -- cgit v1.2.3