aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-01 12:27:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-01 12:27:06 +0000
commit40564c1e3b187fc593001ae80522e577dbb8eb50 (patch)
treebc97a8ae5608c76a0e2911f2dc5a838fb848723d /thread_pthread.c
parente961fcd528df0e2b830c3af58619e907b4aebe52 (diff)
downloadruby-40564c1e3b187fc593001ae80522e577dbb8eb50.tar.gz
thread_pthread.c: use rb_pid_t
* thread_pthread.c (timer_thread_pipe.owner_process): process ID should be pid_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 20dc03cc14..624095755a 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1266,7 +1266,7 @@ static int check_signal_thread_list(void) { return 0; }
static struct {
int normal[2];
int low[2];
- int owner_process;
+ rb_pid_t owner_process;
} timer_thread_pipe = {
{-1, -1},
{-1, -1}, /* low priority */