Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2020-01-29 20:09:49 +0300
committerKen Brown <kbrown@cornell.edu>2020-01-30 17:43:19 +0300
commit1cc07f3a3ea162d5f39ffeea54a74147754d3649 (patch)
tree3d2319f52faee0fa34dd547048f4a42afa588445 /winsup/doc/new-features.xml
parent477121317d01b37d0f6c84f7724487ecf8a9fbbe (diff)
Cygwin: document recent changes
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 967c64ac5..78c7760cf 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -69,6 +69,12 @@ Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
fstatat(2).
</para></listitem>
+<listitem><para>
+Allow AF_LOCAL sockets to be opened with O_PATH. If that flag is not
+set, or if an attempt is made to open a different type of socket, the
+errno is now EOPNOTSUPP instead of ENXIO.
+</para></listitem>
+
</itemizedlist>
</sect2>