aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 02:43:03 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-27 02:43:03 +0000
commit657e9e2879939338b7e8a57db0917016fa4edc08 (patch)
tree50a26e1a4966a303092da7220d36b467d872d7e7 /ChangeLog
parentf18cf4f023448fc25078303c12d1cec15ed3edf9 (diff)
downloadruby-657e9e2879939338b7e8a57db0917016fa4edc08.tar.gz
* thread_pthread.c (rb_thread_create_timer_thread):
the type of retrun value of write(2) is ssize_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0238057d3..62f42e56dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Mon Jun 27 11:41:47 2011 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * thread_pthread.c (rb_thread_create_timer_thread):
+ the type of retrun value of write(2) is ssize_t.
+
Mon Jun 27 09:57:02 2011 Koichi Sasada <ko1@atdot.net>
- * thread_pthread.c (rb_thread_create_timer_thread):
+ * thread_pthread.c (rb_thread_create_timer_thread):
Fixes missing initialization of oflags.
Mon Jun 27 09:07:42 2011 Koichi Sasada <ko1@atdot.net>