mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
Partially merged 79df14c04b
to suppress compiler warning.
This commit is contained in:
parent
364c859588
commit
23bb717d95
3 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue