From 22a1a24f10203d4a361cb6b1742d2b04f524e221 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 16 Sep 2004 03:49:03 +0000 Subject: * cygwin.din (_impure_ptr): Export. (reent_data): Don't export. * dcrt0.cc (reent_data): Drop. (__cygwin_user_data): Initialize impure_ptr as GLOBAL_REENT. (_dll_crt0): Initialize _impure_ptr as GLOBAL_REENT. * lib/_cygwin_crt0_common.cc (_impure_ptr): Drop. Declare extern as dllimport instead. --- winsup/cygwin/cygwin.din | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/cygwin.din') diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index a849f41b1..bf39f4b22 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -12,6 +12,7 @@ __rcmd_errstr DATA _check_for_executable DATA _ctype_ DATA _daylight DATA +_impure_ptr DATA _sys_errlist DATA sys_errlist = _sys_errlist DATA _sys_nerr DATA @@ -24,7 +25,6 @@ opterr DATA optind DATA optopt DATA optreset DATA -reent_data DATA _alloca NOSIGFE dll_entry@12 NOSIGFE __assert SIGFE -- cgit v1.2.3