Sha256: bef3a11a54f8d683e19b507ffd91145db5ffbb3cf8e866d1f62923be98ed789a

Contents?: true

Size: 283 Bytes

Versions: 2

Compression:

Stored size: 283 Bytes

Contents

module ChildProcess::Unix::Platform
  SIZEOF = {
     :posix_spawn_file_actions_t => 80,
     :posix_spawnattr_t          => 336
  }
  POSIX_SPAWN_RESETIDS   = 1
  POSIX_SPAWN_SETPGROUP  = 2
  POSIX_SPAWN_SETSIGDEF  = 4
  POSIX_SPAWN_SETSIGMASK = 8
  POSIX_SPAWN_USEVFORK   = 64
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
childprocess-0.2.8 lib/childprocess/unix/platform/x86_64-linux.rb
childprocess-0.2.7 lib/childprocess/unix/platform/x86_64-linux.rb