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 12:34:38 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2010-02-26 12:34:38 +0300
commit6bcdc0df58a85cdb2769e8f228e487a45430b43f (patch)
treedbd2b00db9e2ef6af7898f4b20b7bdeeddc3a5b1 /winsup/doc
parent0512608dbc4ee38b871f686eb7435b4445d5ed9f (diff)
* new-features.sgml (ov-new1.7.2): Add SIGPWR support.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml1
2 files changed, 5 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index a13a4bf0c..dae33785a 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-02-25 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
+
+ * new-features.sgml (ov-new1.7.2): Add SIGPWR support.
+
2010-02-25 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.2): Move stty erase support into
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 9cfcc8fd8..1038684a1 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -74,6 +74,7 @@
Support open(2) flags O_CLOEXEC and O_TTY_INIT flags. Support fcntl
flag F_DUPFD_CLOEXEC. Support socket flags SOCK_CLOEXEC and SOCK_NONBLOCK.
Add new Linux-compatible API calls accept4(2), dup3(2), and pipe2(2).
+Support the signal SIGPWR.
</para></listitem>
<listitem><para>Enhanced Windows console support.</para>