Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-08-09 18:21:54 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-08-09 18:21:54 +0300
commit9939aa7d0945719dcf8856d28cd64a7a94fbd888 (patch)
tree7870cf705fadcfdb33566ec7a67e113dc36d31fa /winsup
parentedfa581d3c5a783ace9f837be1cbaccb97330c34 (diff)
Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/3.5.02
-rw-r--r--winsup/doc/new-features.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index d71de50de..91c470442 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 14644aa85..98ca7f595 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -46,6 +46,10 @@ 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.
</para></listitem>