Cygwin: document sigtimedwait and ftell{o} patch
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -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> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user