From cb21f8bc56c20f57ade4ba94f2b09a457acb8b2d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 30 Nov 2023 22:38:59 +0100 Subject: Cygwin: doc: add missing change to posix_spawnp Signed-off-by: Corinna Vinschen --- winsup/doc/new-features.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'winsup') diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 56509bdc3..bd856525e 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -78,6 +78,12 @@ New API calls: c8rtomb, c16rtomb, c32rtomb, mbrtoc8, mbrtoc16, mbrtoc32. New API call: fallocate (Linux-specific). + +posix_spawnp no longer falls back to starting the shell for unrecognized +files as execvp. For the reasoning, see +https://www.austingroupbugs.net/view.php?id=1674 + + FIFOs now also work over NFS. -- cgit v1.2.3