mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
On Windows File::Stat#ino always returned 0, but
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f660681ade
commit
180ca79e25
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -49,7 +49,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
Use a local variable instead to maintain a state.
|
||||
|
||||
* File::Stat
|
||||
* On Windows, File::Stat.ino now returns
|
||||
* On Windows File::Stat#ino always returned 0, but now returns
|
||||
BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low.
|
||||
|
||||
* IO
|
||||
|
|
Loading…
Reference in a new issue