diff options
author | Christopher Faylor <me@cgf.cx> | 2004-12-27 02:13:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-12-27 02:13:30 +0000 |
commit | 933673e83be8bebaf0c3b7646c6119d1acd5fc05 (patch) | |
tree | e50a2ef4bcb1833eb8fb520805ed20aa60840687 /winsup/cygwin/pinfo.cc | |
parent | 445d5ce8fcffed71f4349c723b707dc779fe1cc2 (diff) | |
download | cygnal-933673e83be8bebaf0c3b7646c6119d1acd5fc05.tar.gz cygnal-933673e83be8bebaf0c3b7646c6119d1acd5fc05.tar.bz2 cygnal-933673e83be8bebaf0c3b7646c6119d1acd5fc05.zip |
* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.
* sigproc.cc (child_info::sync): Ditto.
* pinfo.cc (_pinfo::exit): Don't set myself.procinfo to NULL since it is no
longer required.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 24167b90d..5d56fc474 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -132,7 +132,6 @@ _pinfo::exit (UINT n, bool norecord) sigproc_printf ("Calling ExitProcess %d", n); _my_tls.stacklock = 0; _my_tls.stackptr = _my_tls.stack; - myself.procinfo = NULL; // This breaks the abstraction a little doesn't it? ExitProcess (exitcode); } |