summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
diff options
context:
space:
mode:
authorDávid Kaya <mail@davidkaya.sk>2019-03-08 06:12:31 +0100
committerJan Kotas <jkotas@microsoft.com>2019-03-07 23:26:58 -0800
commit1fc9e9c28771863839bf54da3e17f9f2d12e84b2 (patch)
tree323a5e2b13bce36df933a5d04d008ab07d3baed5 /src/System.Private.CoreLib
parent24d05f5e6cb905da8d2bf84d0b1525586152c908 (diff)
downloadcoreclr-1fc9e9c28771863839bf54da3e17f9f2d12e84b2.tar.gz
coreclr-1fc9e9c28771863839bf54da3e17f9f2d12e84b2.tar.bz2
coreclr-1fc9e9c28771863839bf54da3e17f9f2d12e84b2.zip
Added UserFlags field, unblocks #34560 (dotnet/corefx#35851)
* Added UserFlags field * Added UserFlags Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Diffstat (limited to 'src/System.Private.CoreLib')
-rw-r--r--src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Stat.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Stat.cs b/src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Stat.cs
index 0ca199b70d..cb0f4284f0 100644
--- a/src/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.Stat.cs
+++ b/src/System.Private.CoreLib/shared/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