Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-08-09 17:21:54 +02:00
parent edfa581d3c
commit 9939aa7d09
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,8 @@ What's new:
- Add support for GB18030 codeset.
- Add support for lseek flags SEEK_DATA and SEEK_HOLE, a GNU extension.
- New API calls: posix_spawn_file_actions_addchdir_np,
posix_spawn_file_actions_addfchdir_np.

View File

@ -45,6 +45,10 @@ could do.
Add support for GB18030 codeset.
</para></listitem>
<listitem><para>
Add support for lseek flags SEEK_DATA and SEEK_HOLE, a GNU extension.
</para></listitem>
<listitem><para>
New API calls: posix_spawn_file_actions_addchdir_np,
posix_spawn_file_actions_addfchdir_np.