mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unneeded function declarations
This commit is contained in:
parent
e4b68ab700
commit
fc50b2eae5
Notes:
git
2021-07-22 15:41:28 +09:00
Merged: https://github.com/ruby/ruby/pull/4665 Merged-By: nobu <nobu@ruby-lang.org>
1 changed files with 0 additions and 4 deletions
|
@ -1077,10 +1077,6 @@ struct waitpid_state {
|
|||
int errnum;
|
||||
};
|
||||
|
||||
void rb_native_mutex_lock(rb_nativethread_lock_t *);
|
||||
void rb_native_mutex_unlock(rb_nativethread_lock_t *);
|
||||
void rb_native_cond_signal(rb_nativethread_cond_t *);
|
||||
void rb_native_cond_wait(rb_nativethread_cond_t *, rb_nativethread_lock_t *);
|
||||
int rb_sigwait_fd_get(const rb_thread_t *);
|
||||
void rb_sigwait_sleep(const rb_thread_t *, int fd, const rb_hrtime_t *);
|
||||
void rb_sigwait_fd_put(const rb_thread_t *, int fd);
|
||||
|
|
Loading…
Reference in a new issue