Cygwin: check_reparse_point_target: update comment

Commit aa467e6e, "Cygwin: add AF_UNIX reparse points to path
handling", changed the return values of check_reparse_point_target.
Update the comment accordingly.
This commit is contained in:
Ken Brown 2020-09-26 16:44:44 -04:00
parent 4c49accf89
commit 6b6dd5fede
1 changed files with 3 additions and 2 deletions

View File

@ -2475,8 +2475,9 @@ check_reparse_point_string (PUNICODE_STRING subst)
/* Return values:
<0: Negative errno.
0: No symlink.
1: Symlink.
0: Not a reparse point recognized by us.
>0: PATH_SYMLINK | PATH_REP for symlink or directory mount point,
PATH_SOCKET | PATH_REP for AF_UNIX socket.
*/
int
check_reparse_point_target (HANDLE h, bool remote, PREPARSE_DATA_BUFFER rp,