From bd881300eb5380e4bd636b092b706b4b31def7fb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 12 Apr 2010 16:39:38 +0200 Subject: provide prototype for internal helper i386 was missing a prototype for __tls_get_addr() Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/i386/dl-tls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread') diff --git a/libpthread/nptl/sysdeps/i386/dl-tls.h b/libpthread/nptl/sysdeps/i386/dl-tls.h index a1707197c..e94f9654e 100644 --- a/libpthread/nptl/sysdeps/i386/dl-tls.h +++ b/libpthread/nptl/sysdeps/i386/dl-tls.h @@ -26,6 +26,8 @@ typedef struct } tls_index; +extern void *__tls_get_addr (tls_index *ti); + #ifdef SHARED /* This is the prototype for the GNU version. */ extern void *___tls_get_addr (tls_index *ti) -- cgit v1.2.3