summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/thread_win32.c b/thread_win32.c
index c4ea6c8efd..2dd377d348 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -788,6 +788,12 @@ rb_reserved_fd_p(int fd)
return 0;
}
+int
+rb_divert_reserved_fd(int fd)
+{
+ return 0;
+}
+
rb_nativethread_id_t
rb_nativethread_self(void)
{