This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

_dl_error_catch_tsd


_dl_error_catch_tsd is referenced in a non-threaded library, too. 

~velco
diff -rudpN libc/tags/initial/sysdeps/generic/ldsodefs.h libc/trunk/sysdeps/generic/ldsodefs.h
--- libc/tags/initial/sysdeps/generic/ldsodefs.h	Sun Nov 24 23:50:31 2002
+++ libc/trunk/sysdeps/generic/ldsodefs.h	Sun Nov 24 23:39:45 2002
@@ -376,9 +376,7 @@ struct rtld_global
   /* Structure describing the dynamic linker itself.  */
   EXTERN struct link_map _dl_rtld_map;
 
-#ifdef _LIBC_REENTRANT
   EXTERN void **(*_dl_error_catch_tsd) (void) __attribute__ ((const));
-#endif
 #ifdef SHARED
 };
 # define __rtld_global_attribute__

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]