aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-11-30 22:38:59 +0100
committerCorinna Vinschen <corinna@vinschen.de>2023-11-30 22:38:59 +0100
commitcb21f8bc56c20f57ade4ba94f2b09a457acb8b2d (patch)
tree46bccda50d617acdc10b382ff69a5d66ad4d371d
parent832e91422c4ae9b2dcd0c307779f3dd53ee9c0ac (diff)
downloadnewlib-cb21f8bc56c20f57ade4ba94f2b09a457acb8b2d.zip
newlib-cb21f8bc56c20f57ade4ba94f2b09a457acb8b2d.tar.gz
newlib-cb21f8bc56c20f57ade4ba94f2b09a457acb8b2d.tar.bz2
Cygwin: doc: add missing change to posix_spawnp
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/doc/new-features.xml6
1 files changed, 6 insertions, 0 deletions
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).
</para></listitem>
<listitem><para>
+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
+</para></listitem>
+
+<listitem><para>
FIFOs now also work over NFS.
</para></listitem>