* 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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user