We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
have_func
1 parent 65c9266 commit dd01303Copy full SHA for dd01303
ext/io/console/extconf.rb
@@ -10,11 +10,11 @@
10
abort
11
12
have_func("rb_interned_str_cstr")
13
-have_func("rb_io_path")
14
-have_func("rb_io_descriptor")
15
-have_func("rb_io_get_write_io")
16
-have_func("rb_io_closed_p")
17
-have_func("rb_io_open_descriptor")
+have_func("rb_io_path", "ruby/io.h")
+have_func("rb_io_descriptor", "ruby/io.h")
+have_func("rb_io_get_write_io", "ruby/io.h")
+have_func("rb_io_closed_p", "ruby/io.h")
+have_func("rb_io_open_descriptor", "ruby/io.h")
18
have_func("rb_ractor_local_storage_value_newkey")
19
20
is_wasi = /wasi/ =~ MakeMakefile::RbConfig::CONFIG["platform"]
0 commit comments