mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-03 13:35:46 +08:00
Cygwin: document sigtimedwait and ftell{o} patch
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
6e5b39940a
commit
d5abcdd5a7
@ -7,7 +7,7 @@ What's new:
|
|||||||
|
|
||||||
- scanf now handles the %l[ conversion.
|
- scanf now handles the %l[ conversion.
|
||||||
|
|
||||||
- New API: wmempcpy.
|
- New APIs: sigtimedwait, wmempcpy.
|
||||||
|
|
||||||
|
|
||||||
What changed:
|
What changed:
|
||||||
@ -28,3 +28,6 @@ Bug Fixes
|
|||||||
|
|
||||||
- Fix a fork failure with private anonymous mmaps.
|
- Fix a fork failure with private anonymous mmaps.
|
||||||
Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00061.html
|
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
|
||||||
|
@ -21,7 +21,7 @@ scanf/wscanf now handle the POSIX %m modifier.
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
New API: wmempcpy.
|
New APIs: sigtimedwait, wmempcpy.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user