From 150f3bd16864bfb1a8ab10904924fcee7feeb621 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 16 Sep 2005 01:47:09 +0000 Subject: * sigproc.cc (no_signals_available): Return true if sending to self from the signal thread. (wait_sig): Correct so that WaitForSingleObject is called when hMainThread is != 0, rather than the reverse. * cygheap.cc (cygheap_fixup_in_child): Clarify potential error message. * fork.cc (fork_copy): Cosmetic change. --- winsup/cygwin/fork.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fork.cc') diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc index f16eabc32..92e27aa78 100644 --- a/winsup/cygwin/fork.cc +++ b/winsup/cygwin/fork.cc @@ -62,7 +62,7 @@ stack_base (child_info_fork &ch) The result is a boolean indicating success. */ static int -fork_copy (PROCESS_INFORMATION &pi, const char *what, ...) +fork_copy (PROCESS_INFORMATION& pi, const char *what, ...) { va_list args; char *low; -- cgit v1.2.3