Explorar o código

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 %!s(int64=15) %!d(string=hai) anos
pai
achega
bd881300eb
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)