add explicit_bzero implementation
[oweals/musl.git] / include / spawn.h
index 29c799ee91c62dbca270eb79709b52f3979c9ee4..bba57ce4975613b73fff1c2819fd95f8af7c53ec 100644 (file)
@@ -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;