summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index 8fb1d521b6..c64018bb13 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -53,6 +53,7 @@ typedef struct rb_global_vm_lock_struct {
/* slow path */
struct list_head waitq;
const struct rb_thread_struct *timer;
+ int timer_err;
/* yield */
rb_nativethread_cond_t switch_cond;