summaryrefslogtreecommitdiff
path: root/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.h')
-rw-r--r--thread_pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_pthread.h b/thread_pthread.h
index f2b7e598f7..c5244fa32f 100644
--- a/thread_pthread.h
+++ b/thread_pthread.h
@@ -40,6 +40,8 @@ typedef struct native_thread_data_struct {
} cond;
} native_thread_data_t;
+void rb_native_mutex_destroy(rb_nativethread_lock_t *lock);
+
#undef except
#undef try
#undef leave