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 cf84aea commit 48309d7Copy full SHA for 48309d7
ext/io/wait/extconf.rb
@@ -5,8 +5,8 @@
5
File.write("Makefile", dummy_makefile($srcdir).join(""))
6
else
7
target = "io/wait"
8
- have_func("rb_io_wait")
9
- have_func("rb_io_descriptor")
+ have_func("rb_io_wait", "ruby/io.h")
+ have_func("rb_io_descriptor", "ruby/io.h")
10
unless macro_defined?("DOSISH", "#include <ruby.h>")
11
have_header(ioctl_h = "sys/ioctl.h") or ioctl_h = nil
12
fionread = %w[sys/ioctl.h sys/filio.h sys/socket.h].find do |h|
0 commit comments