Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-02-18 08:13:32 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2016-02-18 17:20:03 +0300
commit7503575f1d098e43901836c51426f508e589f867 (patch)
treef72706aaf437145467812bcacaae56a8755ca4d0 /winsup/doc
parentc716affcefda5ebe48b667448529d8ec44c92c86 (diff)
cygwin: accept SIGIOT as alias of SIGABRT
winsup/cygwin/ * include/cygwin/signal.h (SIGIOT): Define SIGIOT in terms of SIGABRT. * strsig.cc (struct sigdesc): Ditto. winsup/doc/ * utils.xml (kill): Document SIGIOT. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/utils.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml
index a00384e5f..501d24804 100644
--- a/winsup/doc/utils.xml
+++ b/winsup/doc/utils.xml
@@ -741,6 +741,7 @@ SIGQUIT 3 quit
SIGILL 4 illegal instruction (not reset when caught)
SIGTRAP 5 trace trap (not reset when caught)
SIGABRT 6 used by abort
+SIGIOT 6 another name for SIGABRT
SIGEMT 7 EMT instruction
SIGFPE 8 floating point exception
SIGKILL 9 kill (cannot be caught or ignored)