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 08:43:50 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2010-02-26 08:43:50 +0300
commit0512608dbc4ee38b871f686eb7435b4445d5ed9f (patch)
treee5abc66d033048ab08c46b0541ed40d976da7688 /winsup/cygwin/strsig.cc
parent1550b620c93c17fd1d0cb05797ad8f7435c4f60c (diff)
* include/cygwin/signal.h: Define SIGPWR as synonym for SIGLOST.
* strsig.cc: Ditto. * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR.
Diffstat (limited to 'winsup/cygwin/strsig.cc')
-rw-r--r--winsup/cygwin/strsig.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/strsig.cc b/winsup/cygwin/strsig.cc
index 8bc8c1c8c..1ca9af1f6 100644
--- a/winsup/cygwin/strsig.cc
+++ b/winsup/cygwin/strsig.cc
@@ -49,7 +49,8 @@ struct sigdesc
_s(SIGVTALRM, "Virtual timer expired"), /* 26 */ \
_s(SIGPROF, "Profiling timer expired"), /* 27 */ \
_s(SIGWINCH, "Window changed"), /* 28 */ \
- _s(SIGLOST, "Resource lost"), /* 29 */ \
+ _s2(SIGPWR, "Power failure", /* 29 */ \
+ SIGLOST, "Resource lost"), \
_s(SIGUSR1, "User defined signal 1"), /* 30 */ \
_s(SIGUSR2, "User defined signal 2"), /* 31 */ \
_s2(SIGRTMIN, "Real-time signal 0", /* 32 */ \