aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-30 13:37:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-30 13:37:51 +0000
commitb59b1b9bd9ceb7e83e4de44859ad2b1a1c3103a0 (patch)
tree808794f46a62dd50069e4aed7a00d08db6146244 /ChangeLog
parent7703ba8544c485b1ae1fcafbdff1566e9d78a7a2 (diff)
downloadruby-b59b1b9bd9ceb7e83e4de44859ad2b1a1c3103a0.tar.gz
thread_pthread.c: define attr only if used
* thread_pthread.c (native_thread_create): define attr only if it is used, and merge pthread_create() calls. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be866048be..a727d9b632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Fri Aug 30 22:37:40 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri Aug 30 22:37:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread_pthread.c (native_thread_create): define attr only if it is
+ used, and merge pthread_create() calls.
* thread_pthread.c (get_main_stack): separate function to get stack of
main thread.