Cygwin: document FIFO over NFS change
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
46e986f0e4
commit
2ab2e73c2c
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue