Partially merged 79df14c04b to suppress compiler warning.

This commit is contained in:
nagachika 2021-03-20 16:38:26 +09:00
parent 364c859588
commit 23bb717d95
3 changed files with 5 additions and 1 deletions

View file

@ -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