X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fspawn.h;h=bba57ce4975613b73fff1c2819fd95f8af7c53ec;hb=c1014a812c90bab3c9c989863e4ebb129e987de6;hp=29c799ee91c62dbca270eb79709b52f3979c9ee4;hpb=1c322f2f0a9173a3ae8c8bfa12d5d8e92fb5d0ab;p=musl diff --git a/include/spawn.h b/include/spawn.h index 29c799ee..bba57ce4 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -21,6 +21,8 @@ struct sched_param; #define POSIX_SPAWN_SETSIGMASK 8 #define POSIX_SPAWN_SETSCHEDPARAM 16 #define POSIX_SPAWN_SETSCHEDULER 32 +#define POSIX_SPAWN_USEVFORK 64 +#define POSIX_SPAWN_SETSID 128 typedef struct { int __flags;