From 35711de7537b27e92fcfc4eec223179b70b02afb Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 22 Jan 2004 19:14:07 +0000 Subject: * dcrt0.cc (reent_data): Make global. * cygwin.din: Reexport reent_data. --- winsup/cygwin/dcrt0.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/dcrt0.cc') 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, -- cgit v1.2.3