summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorS.H <gamelinks007@gmail.com>2021-07-22 15:41:03 +0900
committerGitHub <noreply@github.com>2021-07-22 15:41:03 +0900
commitfc50b2eae5b1f73d7be790e7e864f810d2bebdc9 (patch)
tree5cfcd0e3eb63e37194918ef11b7e45659ff5c8cc /process.c
parente4b68ab700b1e8fea162a63ea3c6e856442cc740 (diff)
Remove unneeded function declarations
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4665 Merged-By: nobu <nobu@ruby-lang.org>
Diffstat (limited to 'process.c')
-rw-r--r--process.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/process.c b/process.c
index 216aba6750..fa8c69dc65 100644
--- a/process.c
+++ b/process.c
@@ -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);