2004-03-07  Andreas Schwab  <schwab@suse.de>

	* elf/dl-sym.c: Include <dl-tls.h> only when USE_TLS.
This commit is contained in:
Ulrich Drepper 2004-03-07 19:37:37 +00:00
parent 4d1a02efc1
commit 4166148912
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-03-07 Andreas Schwab <schwab@suse.de>
* elf/dl-sym.c: Include <dl-tls.h> only when USE_TLS.
2004-03-07 Andreas Jaeger <aj@suse.de>
* iconvdata/iso-2022-cn-ext.c (BODY): Remove cast used as lvalue.

View File

@ -24,7 +24,9 @@
#include <dlfcn.h>
#include <ldsodefs.h>
#include <dl-hash.h>
#include <dl-tls.h>
#ifdef USE_TLS
# include <dl-tls.h>
#endif
#if defined USE_TLS && defined SHARED