Sha256: d9357f9c6d4244b18cd4faad32a4d80dfddc2e0d69fe12ea8ef79d806a89177a
Contents?: true
Size: 300 Bytes
Versions: 56
Compression:
Stored size: 300 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
56 entries across 42 versions & 5 rubygems