diff options
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r-- | winsup/cygwin/sigproc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index 1f6a4b0cf..6aca1e74c 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -914,7 +914,7 @@ child_info::proc_retry (HANDLE h) break; case EXITCODE_FORK_FAILED: /* windows prevented us from forking */ break; - + /* Count down non-recognized exit codes more quickly since they aren't due to known conditions. */ default: |