diff options
author | Christopher Faylor <me@cgf.cx> | 2004-01-22 19:14:07 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-01-22 19:14:07 +0000 |
commit | 35711de7537b27e92fcfc4eec223179b70b02afb (patch) | |
tree | 46a9c12fb8321ea4be7d48366e435b8ac67565da /winsup/cygwin/dcrt0.cc | |
parent | 39d06d71ff60e2c65b678e41b004e00c262c938b (diff) | |
download | cygnal-35711de7537b27e92fcfc4eec223179b70b02afb.tar.gz cygnal-35711de7537b27e92fcfc4eec223179b70b02afb.tar.bz2 cygnal-35711de7537b27e92fcfc4eec223179b70b02afb.zip |
* dcrt0.cc (reent_data): Make global.
* cygwin.din: Reexport reent_data.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 96b712c17..37e52a996 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -93,7 +93,7 @@ extern "C" char ***main_environ; /* __progname used in getopt error message */ char *__progname; - static struct _reent reent_data; + struct _reent reent_data; struct per_process __cygwin_user_data = {/* initial_sp */ 0, /* magic_biscuit */ 0, /* dll_major */ CYGWIN_VERSION_DLL_MAJOR, |