From 510a85cbf974e4e1590a5eb625177795642ac9b8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 20 Feb 2007 00:16:18 +0000 Subject: Remove extraneous whitespace. * pinfo.cc (commune_process): Use default argument to lock_process. * sigproc.cc: Update copyright. * select.cc: Ditto. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 9b49d5e70..9ccb248c6 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -528,7 +528,7 @@ _cygtls::handle_exceptions (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT case STATUS_ACCESS_VIOLATION: switch (mmap_is_attached_or_noreserve ((void *)e->ExceptionInformation[1], 1)) - { + { case MMAP_NORESERVE_COMMITED: return 0; case MMAP_RAISE_SIGBUS: /* MAP_NORESERVE page, commit failed, or -- cgit v1.2.3