Cygwin: document recent changes

This commit is contained in:
Ken Brown 2020-01-29 12:09:49 -05:00
parent 477121317d
commit 1cc07f3a3e
2 changed files with 8 additions and 0 deletions

View File

@ -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:
----------

View File

@ -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>