diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-15 03:31:50 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-03-15 03:31:50 +0000 |
commit | c6671f1005a19ee755c066fd882271afb86ccbbf (patch) | |
tree | cf11eb7e1abf48120dee71084ef0bb47d056fdf2 /thread_pthread.c | |
parent | d18dc746986e1611a11c46c0f728fd9f08bbdfc7 (diff) | |
download | ruby-c6671f1005a19ee755c066fd882271afb86ccbbf.tar.gz |
* adjust style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r-- | thread_pthread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c index f8b6c1206d..666d007f05 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -1025,7 +1025,8 @@ ubf_select(void *ptr) } static void -ping_signal_thread_list(void) { +ping_signal_thread_list(void) +{ if (signal_thread_list_anchor.next) { FGLOCK(&signal_thread_list_lock, { struct signal_thread_list *list; |