summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-04-12 16:39:38 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-04-12 16:39:38 +0200
commitbd881300eb5380e4bd636b092b706b4b31def7fb (patch)
tree065726b49b79f2e95f1432473e62d2cb9b0964bc /libpthread
parentef175598ce8b7ac522136c91262ffae076013bf5 (diff)
provide prototype for internal helper
i386 was missing a prototype for __tls_get_addr() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/sysdeps/i386/dl-tls.h2
1 files changed, 2 insertions, 0 deletions
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)