summaryrefslogtreecommitdiff
path: root/src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs')
-rw-r--r--src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs b/src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs
index a8bc2ec7d1..cda00ac6c3 100644
--- a/src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs
+++ b/src/mscorlib/shared/Interop/Unix/System.Native/Interop.Stat.cs
@@ -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