Cygwin: document sigtimedwait and ftell{o} patch

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-12-18 20:21:15 +01:00
parent 6e5b39940a
commit d5abcdd5a7
2 changed files with 5 additions and 2 deletions

View 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

View 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>