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:42:10 +0300
committerSteve Pfister <steve.pfister@microsoft.com>2019-10-31 17:42:10 +0300
commitb0262903c103312cc3fe573bfea0a6bb733d93ef (patch)
treef5beec010b5bbeec5c7ecff6bd795c445ddd1a1b
parentad817bf78be528980ce7531f0b674d86fef6fa48 (diff)
Wrong Interop.Stat.cs. Added the change there
-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