Browse Source

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>
Bernhard Reutner-Fischer 15 years ago
parent
commit
bd881300eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libpthread/nptl/sysdeps/i386/dl-tls.h

+ 2 - 0
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)