]> gitweb.factorcode.org Git - factor.git/commit
unix.process: define the posix_spawnattr_t and sigset_t types
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 2 Jan 2022 04:04:30 +0000 (22:04 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 2 Jan 2022 04:09:29 +0000 (22:09 -0600)
commit45535b482bf3e9c9e0d83d8a42ee5ff871afb0b1
treea87e36ac079da0dab5cd7c3f07f10d8b0574bdc3
parent3c80ddea17c586a15d603514b589109fcbb6d2eb
unix.process: define the posix_spawnattr_t and sigset_t types

We would like these structs to be opaque, but since we have
to pass them into functions for initialization we have to define
them.

Note: sigset_t is a ulong on macOS.

Related to #2535
basis/unix/process/process.factor