summaryrefslogtreecommitdiff
path: root/thread_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index afc86ca035..de730f10ff 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -856,6 +856,12 @@ native_thread_apply_priority(rb_thread_t *th)
#endif /* USE_NATIVE_THREAD_PRIORITY */
+static int
+native_fd_select(int n, rb_fdset_t *readfds, rb_fdset_t *writefds, rb_fdset_t *exceptfds, struct timeval *timeout, rb_thread_t *th)
+{
+ return rb_fd_select(n, readfds, writefds, exceptfds, timeout);
+}
+
static void
ubf_pthread_cond_signal(void *ptr)
{