diff options
author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-19 18:26:49 +0000 |
---|---|---|
committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-19 18:26:49 +0000 |
commit | 36810d44900c8f77a1a5904a72ca015d1d80d310 (patch) | |
tree | 9d86bbd89c017c1fc83eb51ca43da71b69d2febe | |
parent | 6ff96689d2ff89ec8724d7f76944a3232d31fa1d (diff) | |
download | ruby-36810d44900c8f77a1a5904a72ca015d1d80d310.tar.gz ruby-36810d44900c8f77a1a5904a72ca015d1d80d310.tar.xz ruby-36810d44900c8f77a1a5904a72ca015d1d80d310.zip |
no message
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Wed Jul 20 03:16:43 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> - * ext/socket/socket.c: should not undef close on win32. - it's defined to rb_w32_close, otherwise handle leaks. + * ext/socket/socket.c: should not undef close() on win32. + it's defined to rb_w32_close(), otherwise handle leaks. [ruby-Bugs-2131] Tue Jul 19 22:47:29 2005 Yukihiro Matsumoto <matz@ruby-lang.org> |