no message

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2005-07-19 18:26:49 +00:00
parent 61ad7c023b
commit e7ea44170e

View file

@ -1,7 +1,7 @@
Wed Jul 20 03:16:43 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> Wed Jul 20 03:16:43 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* ext/socket/socket.c: should not undef close on win32. * ext/socket/socket.c: should not undef close() on win32.
it's defined to rb_w32_close, otherwise handle leaks. it's defined to rb_w32_close(), otherwise handle leaks.
[ruby-Bugs-2131] [ruby-Bugs-2131]
Tue Jul 19 22:47:29 2005 Yukihiro Matsumoto <matz@ruby-lang.org> Tue Jul 19 22:47:29 2005 Yukihiro Matsumoto <matz@ruby-lang.org>