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.
2 parents e1f6456 + 48d4bbc commit 72f43d4Copy full SHA for 72f43d4
ext/json/ext/parser/extconf.rb
@@ -5,6 +5,7 @@
5
have_func("rb_hash_new_capa", "ruby.h") # RUBY_VERSION >= 3.2
6
have_func("rb_hash_bulk_insert", "ruby.h") # Missing on TruffleRuby
7
have_func("rb_category_warn", "ruby.h") # Missing on TruffleRuby
8
+have_func("strnlen", "string.h") # Missing on Solaris 10
9
10
append_cflags("-std=c99")
11
0 commit comments