Sha256: 09e2a12c5760cb883ecf6cedfd45ccff53faf0f1111d39e340d7c5c767a76e55
Contents?: true
Size: 301 Bytes
Versions: 56
Compression:
Stored size: 301 Bytes
Contents
module ChildProcess::Unix::Platform SIZEOF = { :posix_spawn_file_actions_t => 4, :posix_spawnattr_t => 4, :sigset_t => 16 } POSIX_SPAWN_RESETIDS = 1 POSIX_SPAWN_SETPGROUP = 2 POSIX_SPAWN_SETSIGDEF = 4 POSIX_SPAWN_SETSIGMASK = 8 end
Version data entries
56 entries across 42 versions & 5 rubygems