diff options
author | Christopher Faylor <me@cgf.cx> | 2004-09-16 03:49:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-09-16 03:49:03 +0000 |
commit | 22a1a24f10203d4a361cb6b1742d2b04f524e221 (patch) | |
tree | 9d0a715e2bdfd4cff5da512290a67cead977cd90 /winsup/cygwin/cygwin.din | |
parent | 181cb05147a5590048f29f246f4b146e6f3b8112 (diff) | |
download | cygnal-22a1a24f10203d4a361cb6b1742d2b04f524e221.tar.gz cygnal-22a1a24f10203d4a361cb6b1742d2b04f524e221.tar.bz2 cygnal-22a1a24f10203d4a361cb6b1742d2b04f524e221.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 2 |
1 files changed, 1 insertions, 1 deletions
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 |