Cygwin: document recent changes
This commit is contained in:
parent
477121317d
commit
1cc07f3a3e
|
@ -11,6 +11,8 @@ What changed:
|
||||||
- Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
|
- Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
|
||||||
fstatat(2).
|
fstatat(2).
|
||||||
|
|
||||||
|
- Allow AF_LOCAL sockets to be opened with O_PATH.
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
@ -69,6 +69,12 @@ Support the Linux-specific AT_EMPTY_PATH flag for fchownat(2) and
|
||||||
fstatat(2).
|
fstatat(2).
|
||||||
</para></listitem>
|
</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>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
Loading…
Reference in New Issue