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