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>2010-02-26 13:47:05 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2010-02-26 13:47:05 +0300
commite5ddf94aa175606d7e9ef2657ea7280199a1b4f4 (patch)
treef70e5a156a6d094a5cb46b9d6282303e02243e8c
parent9aabc7c8f3e64818811d0126f41757389e0ed33a (diff)
* utils.sgml (kill): Add SIGIO, SIGCLD, and SIGPWR.
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/utils.sgml3
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 836e1ed53..898756716 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-25 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * utils.sgml (kill): Add SIGIO, SIGCLD, and SIGPWR.
+
2010-02-25 Corinna Vinschen <corinna@vinschen.de>
* utils.sgml (locale): Change description of -a and -av to match
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml
index 08bae9ac3..b424befd8 100644
--- a/winsup/utils/utils.sgml
+++ b/winsup/utils/utils.sgml
@@ -585,8 +585,10 @@ SIGSTOP 17 sendable stop signal not from tty
SIGTSTP 18 stop signal from tty
SIGCONT 19 continue a stopped process
SIGCHLD 20 to parent on child stop or exit
+SIGCLD 20 System V name for SIGCHLD
SIGTTIN 21 to readers pgrp upon background tty read
SIGTTOU 22 like TTIN for output if (tp-&gt;t_local&amp;LTOSTOP)
+SIGIO 23 input/output possible
SIGPOLL 23 System V name for SIGIO
SIGXCPU 24 exceeded CPU time limit
SIGXFSZ 25 exceeded file size limit
@@ -594,6 +596,7 @@ SIGVTALRM 26 virtual time alarm
SIGPROF 27 profiling time alarm
SIGWINCH 28 window changed
SIGLOST 29 resource lost (eg, record-lock lost)
+SIGPWR 29 power failure
SIGUSR1 30 user defined signal 1
SIGUSR2 31 user defined signal 2
</screen>