1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2003-11-22 04:10:32 +00:00
parent 6212cfb9c5
commit 061f8361da
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Nov 22 13:10:10 2003 Minero Aoki <aamine@loveruby.net>
* lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino.
Sat Nov 22 11:28:48 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* gc.c (Init_stack): stack region is far smaller than usual if

View file

@ -751,7 +751,7 @@ module FileUtils
end
def have_st_ino?
/djgpp|mswin|mingw|bccwin|wince|emx/ !~ RUBY_PLATFORM
/mswin|mingw|bccwin|wince|emx/ !~ RUBY_PLATFORM
end
def fu_stream_blksize( *streams )