OSDN Git Service

ldso: add missing prototypes
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 5 Feb 2010 18:15:46 +0000 (19:15 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 5 Feb 2010 18:15:46 +0000 (19:15 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/include/ldso.h

index 99dcf83..e566905 100644 (file)
@@ -72,6 +72,11 @@ extern char *_dl_ldsopath;             /* Where the shared lib loader was found
 extern const char *_dl_progname;       /* The name of the executable being run */
 extern size_t _dl_pagesize;            /* Store the page size for use later */
 
+#ifdef USE_TLS
+extern void _dl_add_to_slotinfo (struct link_map  *l);
+extern void ** __attribute__ ((const)) _dl_initial_error_catch_tsd (void);
+#endif
+
 #ifdef __SUPPORT_LD_DEBUG__
 extern char *_dl_debug;
 extern char *_dl_debug_symbols;