Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
edfa581d3c
commit
9939aa7d09
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue