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:
Diffstat (limited to 'src/Common/src/CoreLib/Interop/Unix/System.Native/Interop.Stat.cs')
-rw-r--r--src/Common/src/CoreLib/Interop/Unix/System.Native/Interop.Stat.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/src/CoreLib/Interop/Unix/System.Native/Interop.Stat.cs b/src/Common/src/CoreLib/Interop/Unix/System.Native/Interop.Stat.cs
index 0ca199b70d..cb0f4284f0 100644
--- a/src/Common/src/CoreLib/Interop/Unix/System.Native/Interop.Stat.cs
+++ b/src/Common/src/CoreLib/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