public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin] Cygwin: path.h: add comments to briefly explain path_types
Date: Wed,  2 Dec 2020 15:16:23 +0000 (GMT)	[thread overview]
Message-ID: <20201202151623.7B25B395C04B@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e9bc4cccefbdc989bafb4b6c58c8892eb07ce277

commit e9bc4cccefbdc989bafb4b6c58c8892eb07ce277
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Dec 2 15:57:39 2020 +0100

    Cygwin: path.h: add comments to briefly explain path_types
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/path.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 0b3e72fc1..45a047ad3 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -66,11 +66,11 @@ enum path_types
 {
   PATH_CTTY		= _BIT ( 0),	/* could later be used as ctty */
   PATH_OPEN		= _BIT ( 1),	/* use open semantics */
-  PATH_LNK		= _BIT ( 2),
-  PATH_REP		= _BIT ( 3),
-  PATH_SYMLINK		= _BIT ( 4),
-  PATH_SOCKET		= _BIT ( 5),
-  PATH_RESOLVE_PROCFD	= _BIT ( 6),
+  PATH_LNK		= _BIT ( 2),	/* *.lnk-type symlink */
+  PATH_REP		= _BIT ( 3),	/* reparse point known to Cygwin */
+  PATH_SYMLINK		= _BIT ( 4),	/* symlink understood by Cygwin */
+  PATH_SOCKET		= _BIT ( 5),	/* AF_UNIX socket file */
+  PATH_RESOLVE_PROCFD	= _BIT ( 6),	/* fd symlink via /proc */
   PATH_DONT_USE		= _BIT (31)	/* conversion to signed happens. */
 };


                 reply	other threads:[~2020-12-02 15:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201202151623.7B25B395C04B@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).