4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

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

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>