diff options
author | Christopher Faylor <me@cgf.cx> | 2011-12-09 06:57:21 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2011-12-09 06:57:21 +0000 |
commit | aaaaefc09030a8a047bf0a0ab112647ee8307af6 (patch) | |
tree | d7ec4c7031fdd35383f14b278881ed7e41495394 /winsup/cygwin | |
parent | e35f1d1655d0bf584d8698af2f0303cc87114261 (diff) | |
download | cygnal-aaaaefc09030a8a047bf0a0ab112647ee8307af6.tar.gz cygnal-aaaaefc09030a8a047bf0a0ab112647ee8307af6.tar.bz2 cygnal-aaaaefc09030a8a047bf0a0ab112647ee8307af6.zip |
Revert erroneous checkin
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/debug.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/debug.cc b/winsup/cygwin/debug.cc index 428bd052a..6613dd99c 100644 --- a/winsup/cygwin/debug.cc +++ b/winsup/cygwin/debug.cc @@ -221,12 +221,9 @@ close_handle (const char *func, int ln, HANDLE h, const char *name, bool force) lock_debug here; if (!mark_closed (func, ln, h, name, force)) return false; -debug_printf ("here 1"); SetHandleInformation (h, HANDLE_FLAG_PROTECT_FROM_CLOSE, 0); -debug_printf ("here 2"); ret = CloseHandle (h); -debug_printf ("here 3, ret %d", ret); if (!ret) { |