Add Dev/Ino fields to Interop.Sys.FileStatus
authorStephen Toub <stoub@microsoft.com>
Wed, 19 Apr 2017 15:20:42 +0000 (11:20 -0400)
committerStephen Toub <stoub@microsoft.com>
Wed, 19 Apr 2017 15:20:42 +0000 (11:20 -0400)
Commit migrated from https://github.com/dotnet/coreclr/commit/c6d7b247e8d895889ee0c273da8738637e0e5717

src/coreclr/src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs

index a8bc2ec..cda00ac 100644 (file)
@@ -27,6 +27,8 @@ internal static partial class Interop
             internal long MTime;
             internal long CTime;
             internal long BirthTime;
+            internal long Dev;
+            internal long Ino;
         }
 
         internal static class FileTypes