OSDN Git Service

provide prototype for internal helper
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Apr 2010 14:39:38 +0000 (16:39 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 12 Apr 2010 14:39:38 +0000 (16:39 +0200)
i386 was missing a prototype for __tls_get_addr()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libpthread/nptl/sysdeps/i386/dl-tls.h

index a170719..e94f965 100644 (file)
@@ -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)