fixup! Add support for iOS platforms that does not support `fork`; fix #4113

parent 05595c12
...@@ -408,7 +408,7 @@ mrb_value ...@@ -408,7 +408,7 @@ mrb_value
mrb_io_s_popen(mrb_state *mrb, mrb_value klass) mrb_io_s_popen(mrb_state *mrb, mrb_value klass)
{ {
mrb_raise(mrb, E_NOTIMP_ERROR, "IO#popen is not supported on the platform"); mrb_raise(mrb, E_NOTIMP_ERROR, "IO#popen is not supported on the platform");
return mrb_false_value();w return mrb_false_value();
} }
#else #else
mrb_value mrb_value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment