summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_win32.c b/thread_win32.c
index dc07a38a14..6bb29a1a40 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -326,6 +326,8 @@ native_mutex_initialize(rb_thread_lock_t *lock)
#endif
}
+#define native_mutex_reinitialize_atfork(lock) (void)(lock)
+
static void
native_mutex_destroy(rb_thread_lock_t *lock)
{