• Sutou Kouhei's avatar
    Don't check FD for STDIN/STDOUT/STDERR; #5114 · 0cba4224
    Sutou Kouhei authored
    We don't need to require valid STDIN/STDOUT/STDERR. If we require it,
    we can't use mruby on an environment that doesn't have valid
    STDIN/STDOUT/STDERR such as Windows service process. Windows service
    process doesn't have valid STDIN.
    0cba4224
io.c 37.7 KB