diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-23 18:55:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-23 18:55:23 +0000 |
commit | 6bda8defe92592970805d48e77031ace1c4a3414 (patch) | |
tree | 5cad4331e1e60a36da9ef1da9578090982287da5 /winsup/cygwin/winbase.h | |
parent | f6709c07db65f630dd5c992647f513a51d1c5764 (diff) | |
download | cygnal-6bda8defe92592970805d48e77031ace1c4a3414.tar.gz cygnal-6bda8defe92592970805d48e77031ace1c4a3414.tar.bz2 cygnal-6bda8defe92592970805d48e77031ace1c4a3414.zip |
* cygwin.sc: Add recent changes from ld sources.
* winsup.h: Move #ifdef EXPCGF code into "winbase.h".
* winbase.h: #ifdef EXPCGF code moved here from "winsup.h".
Diffstat (limited to 'winsup/cygwin/winbase.h')
-rw-r--r-- | winsup/cygwin/winbase.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/winbase.h b/winsup/cygwin/winbase.h index d72bb0893..15d16a429 100644 --- a/winsup/cygwin/winbase.h +++ b/winsup/cygwin/winbase.h @@ -1,5 +1,12 @@ #include_next "winbase.h" +#ifdef EXPCGF +#define DECLARE_TLS_STORAGE char **tls[4096] __attribute__ ((unused)) +#else +#define DECLARE_TLS_STORAGE do {} while (0) +#define _WINBASE2_H +#endif + #ifndef _WINBASE2_H #define _WINBASE2_H |