Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Pfister <steve.pfister@microsoft.com>2019-10-31 16:47:30 +0300
committerSteve Pfister <steve.pfister@microsoft.com>2019-10-31 16:47:30 +0300
commitdabc5cca9bae9f21508570782a51b3465fadc66f (patch)
tree04753ef57b8fd0730306cd8753a3368c981abce6
parentd994544ba1118bfb477ded7ff9e3b40d73c0f45d (diff)
Added UserFlags to FileStatus struct
-rw-r--r--src/Native/Unix/System.Native/pal_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Native/Unix/System.Native/pal_io.h b/src/Native/Unix/System.Native/pal_io.h
index 3a181971c6..f13cdc6606 100644
--- a/src/Native/Unix/System.Native/pal_io.h
+++ b/src/Native/Unix/System.Native/pal_io.h
@@ -35,6 +35,7 @@ struct FileStatus
int64_t BirthTimeNsec; // nanosecond part
int64_t Dev; // ID of the device containing the file
int64_t Ino; // inode number of the file
+ uint32_t UserFlags; // user defined flags
};
/* Provide consistent access to nanosecond fields, if they exist. */