Module ChildProcess::Unix::Platform
In: lib/childprocess/unix/platform/x86_64-macosx.rb
lib/childprocess/unix/platform/x86_64-linux.rb
lib/childprocess/unix/platform/i386-linux.rb
lib/childprocess/unix/platform/i386-solaris.rb

Constants

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
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
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
SIZEOF = { :posix_spawn_file_actions_t => 4, :posix_spawnattr_t => 4, :sigset_t => 16
POSIX_SPAWN_RESETIDS = 1
POSIX_SPAWN_SETPGROUP = 2
POSIX_SPAWN_SETSIGDEF = 4
POSIX_SPAWN_SETSIGMASK = 8

[Validate]