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>2001-11-14 07:13:09 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-14 07:13:09 +0300
commit109feeaa2238a460f5d8dee6b007721e95825912 (patch)
tree41e1082843eb94caae8a7f59c05cc993da17a19d
parentba9e5907dfb646ec12be7b64660149ab5bae534f (diff)
* syscalls.cc (_write): Allow zero length as per SUSv2.unlabeled-1.1019.2
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 94cde6cf7..9560f3ab8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2001-11-13 Christopher Faylor <cgf@redhat.com>
+
+ * syscalls.cc (_write): Allow zero length as per SUSv2.
+
2001-11-12 Christopher Faylor <cgf@redhat.com>
* fhandler_console.cc (fhandler_console::read): Revert 2001-10-23