mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (struct stat.st_size): may be huge.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
96c31ac787
commit
11e89eb719
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Mar 13 10:16:36 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (struct stat.st_size): may be huge.
|
||||
|
||||
Fri Mar 13 09:30:12 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* bignum.c (bigfixize): zero length Bignum is 0.
|
||||
|
|
|
@ -936,6 +936,7 @@ RUBY_CHECK_SIZEOF(ptrdiff_t, size_t)
|
|||
AC_STRUCT_ST_BLKSIZE
|
||||
AC_STRUCT_ST_BLOCKS
|
||||
AC_STRUCT_ST_RDEV
|
||||
RUBY_CHECK_HUGE([struct stat.st_size])
|
||||
if test "$ac_cv_member_struct_stat_st_blocks" = yes; then
|
||||
RUBY_CHECK_HUGE(struct stat.st_blocks)
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue