From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id C8F72385771B; Wed, 19 Apr 2023 08:15:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8F72385771B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681892155; bh=POQIbnmd2tmnORea2YgKU4T2or6i6GLjWd2dHw+2QuM=; h=From:To:Subject:Date:From; b=q3G8XiSur3SCm1TJND3SacDpOqgDaAjBl3sDrE5EWPttEwCzAQSxmOc7GzWQVfMgX hJCd5V/R3GaSD3Jd96yUezcuox0NO8RiRJwC6vIPN7O3OgZzHHY8RTR+hjYovYvaaV LqIj1gkfpRQ6Oms7JNRZayEu/smKH1KY6gIO0J30= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/main] Cygwin: Export posix_spawn_file_actions_add{f}chdir_np X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 7e03fc35f528c7776dac0b4dc0b6814ca012986b X-Git-Newrev: c743751aafa842eda0ca9cbeffe5b44acc94dd02 Message-Id: <20230419081555.C8F72385771B@sourceware.org> Date: Wed, 19 Apr 2023 08:15:55 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dc743751aafa= 842eda0ca9cbeffe5b44acc94dd02 commit c743751aafa842eda0ca9cbeffe5b44acc94dd02 Author: Corinna Vinschen AuthorDate: Wed Apr 19 00:34:36 2023 +0200 Commit: Corinna Vinschen CommitDate: Wed Apr 19 00:34:36 2023 +0200 Cygwin: Export posix_spawn_file_actions_add{f}chdir_np =20 Signed-off-by: Corinna Vinschen 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. =20 - 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. =20 + +- New API calls: posix_spawn_file_actions_addchdir_np, + posix_spawn_file_actions_addfchdir_np. + + =20