Quellcode durchsuchen

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 vor 15 Jahren
Ursprung
Commit
bd881300eb
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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)