* pinfo.cc (codepage_init): Move function.
* environ.cc (codepage_init): To here. * exceptoins.cc (SIG_NONMASKABLE): Remove SIGCONT from consideration since it is supposed to be maskable. * signal.cc (sigaction): Ditto. * sigproc.cc (wait_sig): Ditto. * winsup.h: Eliminate global declaration of codepage_init.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/* exceptions.h
|
||||
|
||||
Copyright 1996, 1997, 1998 Cygnus Solutions.
|
||||
Copyright 1996, 1997, 1998, 2001 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
@ -46,7 +46,7 @@ ehandler (
|
||||
PEXCEPTION_RECORD erecord,
|
||||
PEXCEPTION_FRAME myframe,
|
||||
PCONTEXT context, /-* context before and after *-/
|
||||
PVOID dispatch ) /-* something *-/
|
||||
PVOID dispatch) /-* something *-/
|
||||
|
||||
When a handler wants to handle the exception, it has some alternatives:
|
||||
|
||||
|
Reference in New Issue
Block a user