LibC: Fix posix_spawnattr_t definition

This commit is contained in:
Bananymous 2026-02-10 01:22:25 +02:00
parent 679a3d4209
commit b3bbfaeff0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ typedef struct
{ {
short flags; short flags;
pid_t pgroup; pid_t pgroup;
sched_param schedparam; struct sched_param schedparam;
int schedpolicy; int schedpolicy;
sigset_t sigdefault; sigset_t sigdefault;
sigset_t sigmask; sigset_t sigmask;