https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9939aa7d0945719dcf8856d28cd64a7a94fbd888

commit 9939aa7d0945719dcf8856d28cd64a7a94fbd888
Author:     Corinna Vinschen <[email protected]>
AuthorDate: Wed Aug 9 17:21:54 2023 +0200
Commit:     Corinna Vinschen <[email protected]>
CommitDate: Wed Aug 9 17:21:54 2023 +0200

    Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message
    
    Signed-off-by: Corinna Vinschen <[email protected]>

Diff:
---
 winsup/cygwin/release/3.5.0 | 2 ++
 winsup/doc/new-features.xml | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index d71de50de536..91c470442a48 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -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.
 
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 14644aa85ebe..98ca7f595c24 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -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.

Reply via email to