]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: document sigtimedwait and ftell{o} patch
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 18 Dec 2017 19:21:15 +0000 (20:21 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 18 Dec 2017 19:21:15 +0000 (20:21 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/release/2.10.0
winsup/doc/new-features.xml

index b16bb2394f6b7a4f92fdae77efb602b2aeb3040d..3afc4b7d06ab751f12941b82233aa26a2ea78119 100644 (file)
@@ -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
index 7e013890d5bde987d72aa70df7d89545efe7bf12..b3d258862d4088a0e8eb1b4fff325715cef66904 100644 (file)
@@ -21,7 +21,7 @@ scanf/wscanf now handle the POSIX %m modifier.
 </para></listitem>
 
 <listitem><para>
-New API: wmempcpy.
+New APIs: sigtimedwait, wmempcpy.
 </para></listitem>
 
 </itemizedlist>
This page took 0.03556 seconds and 5 git commands to generate.