diff options
author | Christopher Faylor <me@cgf.cx> | 2005-01-28 05:53:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-01-28 05:53:22 +0000 |
commit | 02da559a0bfa2cc354265f09a38f3f74054e79c8 (patch) | |
tree | beecb5b8d0eec94340e2a8f0fb42e297eae99de0 | |
parent | 48d5b28742bb83efa3858a2914c70948f2c54a90 (diff) | |
download | cygnal-02da559a0bfa2cc354265f09a38f3f74054e79c8.tar.gz cygnal-02da559a0bfa2cc354265f09a38f3f74054e79c8.tar.bz2 cygnal-02da559a0bfa2cc354265f09a38f3f74054e79c8.zip |
.
-rw-r--r-- | winsup/cygwin/pinfo.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 2159f2005..83764651d 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -140,11 +140,8 @@ pinfo::exit (DWORD n) fill_rusage (&r, hMainProc); add_rusage (&self->rusage_self, &r); - /* The below call could be moved down two lines, but this provides consistent - output from strace and the overhead should be extremely negligible. */ maybe_set_exit_code_from_windows (); - if (n != EXITCODE_NOSET) { SetCurrentDirectory ("c:\\"); /* Move to an innocuous location to |