Sha256: 84c10404983557edf77d6827cf20a4cb98ce20e1e30fe48c891861450491873a
Contents?: true
Size: 290 Bytes
Versions: 112
Compression:
Stored size: 290 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
112 entries across 98 versions & 19 rubygems