aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index ef869c6c28..38a47c8798 100644
--- a/thread.c
+++ b/thread.c
@@ -390,8 +390,8 @@ typedef struct rb_mutex_struct
rb_nativethread_lock_t lock;
rb_nativethread_cond_t cond;
struct rb_thread_struct volatile *th;
- int cond_waiting;
struct rb_mutex_struct *next_mutex;
+ int cond_waiting;
int allow_trap;
} rb_mutex_t;