[git commit master] provide prototype for internal helper

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=bd881300eb5380e4bd636b092b706b4b31def7fb
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

i386 was missing a prototype for __tls_get_addr()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libpthread/nptl/sysdeps/i386/dl-tls.h |    2 ++
 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 a170719..e94f965 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)
-- 
1.6.3.3



More information about the uClibc-cvs mailing list