# File lib/grit/jruby.rb, line 38 def waitpid(pid) ::Process::waitpid(pid) $? rescue Errno::ECHILD FakeStatus.new(pid, 0, true, true) end