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 17:02:19 +0300
committerSteve Pfister <steve.pfister@microsoft.com>2019-10-31 17:02:19 +0300
commitad817bf78be528980ce7531f0b674d86fef6fa48 (patch)
tree254ef02c9a968e633b081e12c5d3993af3b5d00b
parentdabc5cca9bae9f21508570782a51b3465fadc66f (diff)
Add UserFlags to the FileStatus struct on the cs side
-rw-r--r--src/Common/src/Interop/Unix/System.Native/Interop.Stat.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/src/Interop/Unix/System.Native/Interop.Stat.cs b/src/Common/src/Interop/Unix/System.Native/Interop.Stat.cs
index 0ca199b70d..cb0f4284f0 100644
--- a/src/Common/src/Interop/Unix/System.Native/Interop.Stat.cs
+++ b/src/Common/src/Interop/Unix/System.Native/Interop.Stat.cs
@@ -33,6 +33,7 @@ internal static partial class Interop
internal long BirthTimeNsec;
internal long Dev;
internal long Ino;
+ internal uint UserFlags;
}
internal static class FileTypes