public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: Export posix_spawn_file_actions_add{f}chdir_np
@ 2023-04-19  8:15 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2023-04-19  8:15 UTC (permalink / raw)
  To: cygwin-cvs

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

commit c743751aafa842eda0ca9cbeffe5b44acc94dd02
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Wed Apr 19 00:34:36 2023 +0200
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Wed Apr 19 00:34:36 2023 +0200

    Cygwin: Export posix_spawn_file_actions_add{f}chdir_np
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/cygwin.din    | 2 ++
 winsup/cygwin/release/3.5.0 | 3 +++
 winsup/doc/new-features.xml | 5 +++++
 3 files changed, 10 insertions(+)

diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index c6768e4fcec8..b654661e9efe 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -1040,8 +1040,10 @@ posix_madvise SIGFE
 posix_memalign SIGFE
 posix_openpt SIGFE
 posix_spawn SIGFE
+posix_spawn_file_actions_addchdir_np SIGFE
 posix_spawn_file_actions_addclose SIGFE
 posix_spawn_file_actions_adddup2 SIGFE
+posix_spawn_file_actions_addfchdir_np SIGFE
 posix_spawn_file_actions_addopen SIGFE
 posix_spawn_file_actions_destroy SIGFE
 posix_spawn_file_actions_init SIGFE
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index 4123b8d32522..f7c267616ee4 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -23,3 +23,6 @@ What's new:
   other process could do.
 
 - Add support for GB18030 codeset.
+
+- 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 a958f16002ad..f2e7a07731d0 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -45,6 +45,11 @@ could do.
 Add support for GB18030 codeset.
 </para></listitem>
 
+<listitem><para>
+- New API calls: posix_spawn_file_actions_addchdir_np,
+  posix_spawn_file_actions_addfchdir_np.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-19  8:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19  8:15 [newlib-cygwin/main] Cygwin: Export posix_spawn_file_actions_add{f}chdir_np Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).