Added UserFlags field, unblocks dotnet/coreclr#34560 (dotnet/corefxdotnet/coreclr...
authorDávid Kaya <mail@davidkaya.sk>
Fri, 8 Mar 2019 05:12:31 +0000 (06:12 +0100)
committerJan Kotas <jkotas@microsoft.com>
Fri, 8 Mar 2019 07:26:58 +0000 (23:26 -0800)
* Added UserFlags field

* Added UserFlags

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Commit migrated from https://github.com/dotnet/coreclr/commit/1fc9e9c28771863839bf54da3e17f9f2d12e84b2

src/libraries/System.Private.CoreLib/src/Interop/Unix/System.Native/Interop.Stat.cs

index 0ca199b..cb0f428 100644 (file)
@@ -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