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>
@ -1077,10 +1077,6 @@ struct waitpid_state {
|
|||||||
int errnum;
|
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 *);
|
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_sleep(const rb_thread_t *, int fd, const rb_hrtime_t *);
|
||||||
void rb_sigwait_fd_put(const rb_thread_t *, int fd);
|
void rb_sigwait_fd_put(const rb_thread_t *, int fd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user