1
0
Fork 0
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:
S.H 2021-07-22 15:41:03 +09:00 committed by GitHub
parent e4b68ab700
commit fc50b2eae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>

View file

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