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:
authorChristopher Faylor <me@cgf.cx>2012-12-18 21:32:45 +0400
committerChristopher Faylor <me@cgf.cx>2012-12-18 21:32:45 +0400
commit4effb32b81a408635d4210ac7ce25c236297710a (patch)
tree2762de87df03d4f49928bd6173d0256473a2135d /winsup/cygwin/ChangeLog
parent9574be60a7db94ee5b981975afa37f6e2ae9ac20 (diff)
* select.cc (select_stuff::test_and_set): Remove workaround and use proper
constructor.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 773394f23..088d60196 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2012-12-18 Christopher Faylor <me.cygwin2012@cgf.cx>
+ * select.cc (select_stuff::test_and_set): Remove workaround and use
+ proper constructor.
+
+2012-12-18 Christopher Faylor <me.cygwin2012@cgf.cx>
+
* select.cc (select_stuff::test_and_set): Work around problem of new()
not returning zeroed memory.