Cygwin: minor cleanups

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2019-01-13 22:48:43 +01:00
parent b6694df619
commit 7f60199032
3 changed files with 6 additions and 6 deletions

View File

@@ -635,9 +635,10 @@ sigwait_common (const sigset_t *set, siginfo_t *info, PLARGE_INTEGER waittime)
break;
}
}
__except (EFAULT) {
res = -1;
}
__except (EFAULT)
{
res = -1;
}
__endtry
sigproc_printf ("returning signal %d", res);
return res;