We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eec62a commit 2920c9eCopy full SHA for 2920c9e
rakelib/platform.rake
@@ -752,7 +752,7 @@ file 'runtime/platform.conf' => deps do |task|
752
753
Rubinius::FFI::Generators::Constants.new 'rbx.platform.signal' do |cg|
754
cg.include 'signal.h'
755
- unless BUILD_CONFIG[:windows]
+ unless BUILD_CONFIG[:windows] or RUBY_PLATFORM.match(/linux-musl$/)
756
cg.include 'sys/signal.h'
757
end
758
vm/util/logger.cpp
@@ -10,6 +10,7 @@
10
#include <time.h>
11
#include <sys/param.h>
12
#include <sys/stat.h>
13
+#include <sys/file.h>
14
15
#include <zlib.h>
16
0 commit comments