about summary refs log tree commit homepage
path: root/ext/kgio/extconf.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-14 19:35:01 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-14 19:35:01 +0000
commit6299ef55e20454eaca0b9860ac4a9bd6ddd143a7 (patch)
tree338c212cc89c8946537bf858739aab4b44d49db9 /ext/kgio/extconf.rb
parent59ed57abf542b89babf595e5508cba42ceb9fd47 (diff)
downloadkgio-6299ef55e20454eaca0b9860ac4a9bd6ddd143a7.tar.gz
It's in Ruby 1.9.3dev and tracks waiting FDs on blocked threads.
Diffstat (limited to 'ext/kgio/extconf.rb')
-rw-r--r--ext/kgio/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kgio/extconf.rb b/ext/kgio/extconf.rb
index d7f1299..a0def1d 100644
--- a/ext/kgio/extconf.rb
+++ b/ext/kgio/extconf.rb
@@ -27,6 +27,7 @@ have_type("struct RObject") and check_sizeof("struct RObject")
 check_sizeof("int")
 have_func('rb_io_ascii8bit_binmode')
 have_func('rb_thread_blocking_region')
+have_func('rb_thread_io_blocking_region')
 have_func('rb_str_set_len')
 
 dir_config('kgio')