From 9939aa7d0945719dcf8856d28cd64a7a94fbd888 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 9 Aug 2023 17:21:54 +0200 Subject: [PATCH] Cygwin: add SEEK_DATA/SEEK_HOLE addition to release message Signed-off-by: Corinna Vinschen --- 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 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 @@ -45,6 +45,10 @@ could do. 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.