We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2a122 commit 0cf5560Copy full SHA for 0cf5560
src/unix/bsd/apple/mod.rs
@@ -2253,10 +2253,14 @@ pub const DLT_LOOP: ::c_uint = 108;
2253
// sizeof(int32_t)
2254
pub const BPF_ALIGNMENT: ::c_int = 4;
2255
2256
+// sys/spawn.h:
2257
pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01;
2258
pub const POSIX_SPAWN_SETPGROUP: ::c_int = 0x02;
2259
pub const POSIX_SPAWN_SETSIGDEF: ::c_int = 0x04;
2260
pub const POSIX_SPAWN_SETSIGMASK: ::c_int = 0x08;
2261
+pub const POSIX_SPAWN_SETEXEC: ::c_int = 0x40;
2262
+pub const POSIX_SPAWN_START_SUSPENDED: ::c_int = 0x80;
2263
+pub const POSIX_SPAWN_CLOEXEC_DEFAULT: ::c_int = 0x4000;
2264
2265
// sys/ipc.h:
2266
pub const IPC_CREAT: ::c_int = 0x200;
0 commit comments