aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-08-26 16:59:18 +0200
committerCorinna Vinschen <corinna@vinschen.de>2023-09-04 10:41:06 +0200
commit2ab2e73c2c9602de98e218525d30149f0fb109ee (patch)
treeeaa0e632a5c0a2c666103ebaa93d360773648353 /winsup
parent46e986f0e470939697f73a389e5e043a0a99425c (diff)
downloadnewlib-2ab2e73c2c9602de98e218525d30149f0fb109ee.zip
newlib-2ab2e73c2c9602de98e218525d30149f0fb109ee.tar.gz
newlib-2ab2e73c2c9602de98e218525d30149f0fb109ee.tar.bz2
Cygwin: document FIFO over NFS change
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/3.5.02
-rw-r--r--winsup/doc/new-features.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index cdb1757..dbbf800 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -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.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 98ca7f5..78b2dba 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -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>