Skip to content

Commit

Permalink
Merge pull request #26916 from eerhardt/FixLStat
Browse files Browse the repository at this point in the history
Fix StatInterop to include new signature
  • Loading branch information
dsplaisted authored Aug 5, 2022
2 parents 0448cc1 + 911db04 commit ed22bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cli/dotnet/StatInterop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ internal struct FileStatus
internal long BirthTime;
internal long BirthTimeNsec;
internal long Dev;
internal long RDev;
internal long Ino;
internal uint UserFlags;
}
Expand Down

0 comments on commit ed22bd1

Please sign in to comment.