mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 11:47:35 +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 {
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue