1
Fork 0
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:
Nico Weber 2020-06-19 10:47:04 -04:00 committed by Andreas Kling
parent 2188ed54b0
commit 68f281c864

View file

@ -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;