LibC: Fix posix_spawnattr_t definition
This commit is contained in:
parent
679a3d4209
commit
b3bbfaeff0
|
|
@ -18,7 +18,7 @@ typedef struct
|
|||
{
|
||||
short flags;
|
||||
pid_t pgroup;
|
||||
sched_param schedparam;
|
||||
struct sched_param schedparam;
|
||||
int schedpolicy;
|
||||
sigset_t sigdefault;
|
||||
sigset_t sigmask;
|
||||
|
|
|
|||
Loading…
Reference in New Issue