mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
LibC: Make spawn.h parse in C files
This commit is contained in:
parent
2188ed54b0
commit
68f281c864
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
short flags;
|
||||
pid_t pgroup;
|
||||
sched_param schedparam;
|
||||
struct sched_param schedparam;
|
||||
int schedpolicy;
|
||||
sigset_t sigdefault;
|
||||
sigset_t sigmask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue