summaryrefslogtreecommitdiff
path: root/thread_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.c')
-rw-r--r--thread_win32.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/thread_win32.c b/thread_win32.c
index 68fb3467b8..873d37d7b5 100644
--- a/thread_win32.c
+++ b/thread_win32.c
@@ -779,4 +779,9 @@ ruby_alloca_chkstk(size_t len, void *sp)
}
}
#endif
+int
+rb_reserved_fd_p(int fd)
+{
+ return 0;
+}
#endif /* THREAD_SYSTEM_DEPENDENT_IMPLEMENTATION */