From 3e8f833df0689701b6188b975a9af7a061e910ee Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 19 Aug 2016 16:27:07 +0200 Subject: [PATCH] Fix outdated S_JUSTCREATED comment Signed-off-by: Corinna Vinschen --- winsup/cygwin/security.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winsup/cygwin/security.h b/winsup/cygwin/security.h index 7695f75a7..6ce687555 100644 --- a/winsup/cygwin/security.h +++ b/winsup/cygwin/security.h @@ -11,9 +11,9 @@ details. */ #include #include -/* Special file attribute set, for instance, in open() and mkdir() to - flag that a file has just been created. Used in alloc_sd, see there. */ -#define S_JUSTCREATED 0x80000000 +/* Special file attribute set in set_created_file_access to flag that a file + has just been created. Used in get_posix_access. */ +#define S_JUSTCREATED 0x80000000 /* UID/GID */ void uinfo_init ();