From 806bd17539f08792823eac7d3fbe279b38bca696 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 26 Apr 2017 01:10:59 +0000 Subject: Ruby thread compatibility updates Drop vestigial Ruby 1.8 bits, and start using rb_thread_call_without_gvl on modern Rubies. --- ext/raindrops/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/raindrops/extconf.rb') diff --git a/ext/raindrops/extconf.rb b/ext/raindrops/extconf.rb index 86c7d78..7570f24 100644 --- a/ext/raindrops/extconf.rb +++ b/ext/raindrops/extconf.rb @@ -112,6 +112,7 @@ EOF end have_func("getpagesize", "unistd.h") +have_func('rb_thread_call_without_gvl') have_func('rb_thread_blocking_region') have_func('rb_thread_io_blocking_region') -- cgit v1.2.3-24-ge0c7