aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
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 8bc5bac7c9..0f6e0fdbce 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -1660,7 +1660,7 @@ native_stop_timer_thread(void)
* captured and in the middle of a write while we are running,
* so wait for that to finish:
*/
- while (ATOMIC_CAS(timer_thread_pipe.writing, 0, 0)) {
+ while (ATOMIC_CAS(timer_thread_pipe.writing, (rb_atomic_t)0, 0)) {
native_thread_yield();
}