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 | 69623d53ad400ca878f7339849a41df96e999ec9 (patch) | |
tree | 9a34202e144cfb266875471c543f037f14eaef32 | |
parent | e7aa1aaf15f7b8a7d239f26a979b6614b9fdc0f3 (diff) | |
download | ruby-69623d53ad400ca878f7339849a41df96e999ec9.tar.gz ruby-69623d53ad400ca878f7339849a41df96e999ec9.tar.xz ruby-69623d53ad400ca878f7339849a41df96e999ec9.zip |
no message
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@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:12:21 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> |