Sha256: a35b430353e31087bb505e840db9a92aca29f3baacf1ec63ea3123a1af777d4a
Contents?: true
Size: 324 Bytes
Versions: 116
Compression:
Stored size: 324 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
116 entries across 102 versions & 19 rubygems