diff options
author | Christopher Faylor <me@cgf.cx> | 2001-01-08 04:02:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-01-08 04:02:02 +0000 |
commit | 077ec4cb37134f2e90dd282ce9c6e496052e35e5 (patch) | |
tree | d551c0b2fc0000d7a858d98afbd1c5d27ecb8ac1 /winsup/cygwin/include | |
parent | 10422a10ea57f189556171b00c691536512beaa0 (diff) | |
download | cygnal-077ec4cb37134f2e90dd282ce9c6e496052e35e5.tar.gz cygnal-077ec4cb37134f2e90dd282ce9c6e496052e35e5.tar.bz2 cygnal-077ec4cb37134f2e90dd282ce9c6e496052e35e5.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/exceptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/include/exceptions.h b/winsup/cygwin/include/exceptions.h index 44528bb25..462000d61 100644 --- a/winsup/cygwin/include/exceptions.h +++ b/winsup/cygwin/include/exceptions.h @@ -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: |