From d5abcdd5a7fc3e45f4b0d20b7661c746e1091a8d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 18 Dec 2017 20:21:15 +0100 Subject: [PATCH] Cygwin: document sigtimedwait and ftell{o} patch Signed-off-by: Corinna Vinschen --- winsup/cygwin/release/2.10.0 | 5 ++++- winsup/doc/new-features.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0 index b16bb2394..3afc4b7d0 100644 --- a/winsup/cygwin/release/2.10.0 +++ b/winsup/cygwin/release/2.10.0 @@ -7,7 +7,7 @@ What's new: - scanf now handles the %l[ conversion. -- New API: wmempcpy. +- New APIs: sigtimedwait, wmempcpy. What changed: @@ -28,3 +28,6 @@ Bug Fixes - Fix a fork failure with private anonymous mmaps. Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00061.html + +- Remove a call to fflush from ftell{o}, which may result in wrong offsets. + Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00151.html diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 7e013890d..b3d258862 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -21,7 +21,7 @@ scanf/wscanf now handle the POSIX %m modifier. -New API: wmempcpy. +New APIs: sigtimedwait, wmempcpy.