Source position: spawnh.inc line 5
type posix_spawnattr_t = record
__flags: SmallInt;
__pgrp: pid_t;
__sd: sigset_t;
__ss: sigset_t;
__sp: sched_param;
__policy: LongInt;
__pad: array [0..15] of LongInt;
end;