* exceptions.cc (sigpacket::process): Give sigwait() processing precedence even

when a handler is present.
* syscalls.cc (getpagesize): Change return to 'int'.
This commit is contained in:
Christopher Faylor
2009-09-18 21:27:02 +00:00
parent a7f0112577
commit 7b9f3ce02c
3 changed files with 12 additions and 4 deletions

View File

@@ -2056,7 +2056,7 @@ getdtablesize ()
return cygheap->fdtab.size > OPEN_MAX ? cygheap->fdtab.size : OPEN_MAX;
}
extern "C" size_t
extern "C" int
getpagesize ()
{
if (!system_info.dwAllocationGranularity)