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.
|
||||
|
||||
- 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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue