Cygwin: doc: add missing change to posix_spawnp

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-11-30 22:38:59 +01:00
parent 832e91422c
commit cb21f8bc56
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ New API calls: c8rtomb, c16rtomb, c32rtomb, mbrtoc8, mbrtoc16, mbrtoc32.
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>