diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-08-19 16:27:07 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-08-19 16:27:07 +0200 |
commit | 3e8f833df0689701b6188b975a9af7a061e910ee (patch) | |
tree | 1720c0b116c2d9fc4b2ec8d70f5605c753320c4c | |
parent | 65277df72d01e74558598e1769d4b722fb8b5f5b (diff) | |
download | cygnal-3e8f833df0689701b6188b975a9af7a061e910ee.tar.gz cygnal-3e8f833df0689701b6188b975a9af7a061e910ee.tar.bz2 cygnal-3e8f833df0689701b6188b975a9af7a061e910ee.zip |
Fix outdated S_JUSTCREATED comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/security.h | 6 |
1 files 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 <accctrl.h> #include <dsgetdc.h> -/* 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 (); |