mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
LibC: Make spawn.h parse in C files
This commit is contained in:
parent
2188ed54b0
commit
68f281c864
Notes:
sideshowbarker
2024-07-19 05:32:37 +09:00
Author: https://github.com/nico
Commit: 68f281c864
Pull-request: https://github.com/SerenityOS/serenity/pull/2591
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
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