]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: add AF_UNIX reparse points to path handling
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 1 Mar 2018 15:54:57 +0000 (16:54 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 1 Mar 2018 15:54:57 +0000 (16:54 +0100)
commitaa467e6e3305a63a06161374d3ebb0c56f6c6193
tree9f8f9137cbb1cf9dd2c033ccc8c19262c1a52c48
parent65267a9a340f2a36884eea3034128781323520d3
Cygwin: add AF_UNIX reparse points to path handling

* check_reparse_point_target returns a path flag mask, rather than
  just 1.  Return PATH_SYMLINK | PATH_REP for symlinks and directory
  mount points, PATH_SOCKET | PATH_REP for AF_UNIX sockets.

* Define Cygwin AF_UNIX socket reparse tag and GUID in ntdll.h.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/ntdll.h
winsup/cygwin/path.cc
winsup/cygwin/path.h
This page took 0.028064 seconds and 5 git commands to generate.