Sha256: 44405f23a910f839b824c2e8dc6056e7cc2a3e7b45971e383da0df6219278699
Contents?: true
Size: 289 Bytes
Versions: 127
Compression:
Stored size: 289 Bytes
Contents
module ChildProcess::Unix::Platform SIZEOF = { :posix_spawn_file_actions_t => 8, :posix_spawnattr_t => 8, :sigset_t => 4 } POSIX_SPAWN_RESETIDS = 1 POSIX_SPAWN_SETPGROUP = 2 POSIX_SPAWN_SETSIGDEF = 4 POSIX_SPAWN_SETSIGMASK = 8 end
Version data entries
127 entries across 102 versions & 19 rubygems