Sha256: ae2f7bfc6b88ffa594259b7a6dadfaaa11494b393690e02d264d5c286cea8891
Contents?: true
Size: 324 Bytes
Versions: 114
Compression:
Stored size: 324 Bytes
Contents
module ChildProcess::Unix::Platform SIZEOF = { :posix_spawn_file_actions_t => 80, :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
114 entries across 100 versions & 19 rubygems