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

* ChangeLog: remove incorret lines of r40668.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-05-14 18:28:13 +00:00
parent 1a38b37dbe
commit 9ecdb32144

View file

@ -360,8 +360,6 @@ Sun May 12 17:52:23 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
Sun May 12 17:25:46 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* configure.in: removes AC_CHECK_FUNCS(truncate64) because it's
unused.
* file.c (rb_file_s_truncate): use correct type. chsize takes
a long.