* bsd_mutex.cc (_msleep): Whitespace fix.

* process.cc (process::process): Handle invalid signal_arrived values
	more gracefully.
This commit is contained in:
Corinna Vinschen
2005-04-01 15:35:47 +00:00
parent d0bed66e45
commit c9f545e20f
3 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/* bsd_mutex.cc
Copyright 2003, 2004 Red Hat Inc.
Copyright 2003, 2004, 2005 Red Hat Inc.
This file is part of Cygwin.
@ -236,7 +236,7 @@ _msleep (void *ident, struct mtx *mtx, int priority,
if ((priority & PCATCH)
&& td->client->signal_arrived () != INVALID_HANDLE_VALUE)
obj_cnt = 4;
switch (WaitForMultipleObjects (obj_cnt, obj, FALSE, timo ?: INFINITE))
{
case WAIT_OBJECT_0: /* wakeup() has been called. */