# File lib/childprocess/unix/lib.rb, line 92
      def self.check(errno)
        if errno != 0
          raise Error, Lib.strerror(errno)
        end
      end