Cygwin: document FIFO over NFS change

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-08-26 16:59:18 +02:00
parent 46e986f0e4
commit 2ab2e73c2c
2 changed files with 6 additions and 0 deletions

View File

@ -39,3 +39,5 @@ What changed:
- 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.

View File

@ -58,6 +58,10 @@ posix_spawn_file_actions_addfchdir_np.
New API calls: c8rtomb, c16rtomb, c32rtomb, mbrtoc8, mbrtoc16, mbrtoc32.
</para></listitem>
<listitem><para>
FIFOs now also work over NFS.
</para></listitem>
</itemizedlist>
</sect2>