diff options
author | Ken Brown <kbrown@cornell.edu> | 2020-01-29 12:09:49 -0500 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2020-01-30 09:43:19 -0500 |
commit | 1cc07f3a3ea162d5f39ffeea54a74147754d3649 (patch) | |
tree | 3d2319f52faee0fa34dd547048f4a42afa588445 | |
parent | 477121317d01b37d0f6c84f7724487ecf8a9fbbe (diff) | |
download | cygnal-1cc07f3a3ea162d5f39ffeea54a74147754d3649.tar.gz cygnal-1cc07f3a3ea162d5f39ffeea54a74147754d3649.tar.bz2 cygnal-1cc07f3a3ea162d5f39ffeea54a74147754d3649.zip |
Cygwin: document recent changes
-rw-r--r-- | winsup/cygwin/release/3.1.3 | 2 | ||||
-rw-r--r-- | winsup/doc/new-features.xml | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.3 b/winsup/cygwin/release/3.1.3 index f8752ad56..06ed1eb57 100644 --- a/winsup/cygwin/release/3.1.3 +++ b/winsup/cygwin/release/3.1.3 @@ -11,6 +11,8 @@ What changed: - Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and fstatat(2). +- Allow AF_LOCAL sockets to be opened with O_PATH. + Bug Fixes: ---------- 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> |