Fix outdated S_JUSTCREATED comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
65277df72d
commit
3e8f833df0
@ -11,9 +11,9 @@ details. */
|
|||||||
#include <accctrl.h>
|
#include <accctrl.h>
|
||||||
#include <dsgetdc.h>
|
#include <dsgetdc.h>
|
||||||
|
|
||||||
/* Special file attribute set, for instance, in open() and mkdir() to
|
/* Special file attribute set in set_created_file_access to flag that a file
|
||||||
flag that a file has just been created. Used in alloc_sd, see there. */
|
has just been created. Used in get_posix_access. */
|
||||||
#define S_JUSTCREATED 0x80000000
|
#define S_JUSTCREATED 0x80000000
|
||||||
|
|
||||||
/* UID/GID */
|
/* UID/GID */
|
||||||
void uinfo_init ();
|
void uinfo_init ();
|
||||||
|
Loading…
Reference in New Issue
Block a user