author | Rich Felker <dalias@aerifal.cx> | 2017年04月22日 20:40:09 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2017年04月22日 20:40:09 -0400 |
commit | 77e895dcfadb156c9f378d26c9d0497ce2baf13f (patch) | |
tree | be7f0e6d2e0e78ac7039b0e1f18402466743928e /include/spawn.h | |
parent | 555504166852a9b9c56ac4e1fb5bb1bf20cbf8ad (diff) | |
download | musl-77e895dcfadb156c9f378d26c9d0497ce2baf13f.tar.gz |
-rw-r--r-- | include/spawn.h | 1 |
diff --git a/include/spawn.h b/include/spawn.h index f3e9e23c..bba57ce4 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -21,6 +21,7 @@ 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 { |