Cygwin: document last change

This commit is contained in:
Ken Brown 2019-09-15 13:40:12 -04:00
parent d5f84126e5
commit bbc625da81
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,9 @@ What changed:
- Eliminate a header file name collision with <X11/XLocale.h> on case
insensitive filesystems by reverting <xlocale.h> back to <sys/_locale.h>.
- Allow times(2) to have a NULL argument, as on Linux.
Addresses: https://cygwin.com/ml/cygwin/2019-09/msg00141.html
Bug Fixes
---------

View File

@ -46,6 +46,10 @@ New APIs: dbm_clearerr, dbm_close, dbm_delete, dbm_dirfno, dbm_error,
dbm_fetch, dbm_firstkey, dbm_nextkey, dbm_open, dbm_store.
</para></listitem>
<listitem><para>
Allow times(2) to have a NULL argument, as on Linux.
</para></listitem>
</itemizedlist>
</sect2>