Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-14 19:49:13 +0400
committerChristopher Faylor <me@cgf.cx>2001-10-14 19:49:13 +0400
commit48372ea6f139576feaccd942d7674d06abd3c396 (patch)
tree62aa2aadc0d8d93951ddd42498b12e9f7efca84b /winsup/cygwin/fork.cc
parent611d92e24c092849635b8395ec97e9c7140a6324 (diff)
* dtable.cc (dtable::build_fhandler_from_name): Use PC_FULL to determine path
name. * fork.cc (fork_parent): Correct the "unable to allocate forker_finished event" error message. It named the wrong event before.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index 0fa70814c..9bc5bd837 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -422,7 +422,7 @@ fork_parent (HANDLE& hParent, dll *&first_dll,
{
CloseHandle (hParent);
CloseHandle (subproc_ready);
- system_printf ("unable to allocate subproc_ready event, %E");
+ system_printf ("unable to allocate forker_finished event, %E");
return -1;
}