mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
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:
parent
4d1a02efc1
commit
4166148912
@ -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>
|
2004-03-07 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* iconvdata/iso-2022-cn-ext.c (BODY): Remove cast used as lvalue.
|
* iconvdata/iso-2022-cn-ext.c (BODY): Remove cast used as lvalue.
|
||||||
|
@ -24,7 +24,9 @@
|
|||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <ldsodefs.h>
|
#include <ldsodefs.h>
|
||||||
#include <dl-hash.h>
|
#include <dl-hash.h>
|
||||||
#include <dl-tls.h>
|
#ifdef USE_TLS
|
||||||
|
# include <dl-tls.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if defined USE_TLS && defined SHARED
|
#if defined USE_TLS && defined SHARED
|
||||||
|
Loading…
Reference in New Issue
Block a user