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(+) diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 56509bd..bd85652 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -79,6 +79,12 @@ 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.1