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>2016-08-30 18:53:35 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2016-08-30 18:53:35 +0300
commitabd37f0c79aa33f53d829bf68511bb78308646f1 (patch)
tree52e80936e1053c19b56ea9f302270941b68d760e
parent3d3ab829689f2563cfbfb65ce440cff8299a4ae9 (diff)
Add release message for commit 3d3ab82
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
-rw-r--r--winsup/cygwin/release/2.6.03
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.6.0 b/winsup/cygwin/release/2.6.0
index e13a31e5b..eb39f8fec 100644
--- a/winsup/cygwin/release/2.6.0
+++ b/winsup/cygwin/release/2.6.0
@@ -81,3 +81,6 @@ Bug Fixes
- Allow kill(pid, <anysig>) on zombies to return successfully, rather than
only kill(pid, 0), to align behaviour with POSIX requirements.
Addresses: https://cygwin.com/ml/cygwin/2016-08/msg00188.html
+
+- Fix off_t typedef on 64-bit.
+ Addresses: https://sourceware.org/ml/newlib/2016/msg01028.html