Skip to content

Commit 2bf0021

Browse files
committed
Add wrappers for posix_spawn related functions.
1 parent 4ab23c3 commit 2bf0021

File tree

2 files changed

+468
-0
lines changed

2 files changed

+468
-0
lines changed

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ pub mod unistd;
185185
#[cfg(any(feature = "poll", feature = "event"))]
186186
mod poll_timeout;
187187

188+
feature! {
189+
#![feature = "process"]
190+
pub mod spawn;
191+
}
192+
188193
use std::ffi::{CStr, CString, OsStr};
189194
use std::mem::MaybeUninit;
190195
use std::os::unix::ffi::OsStrExt;

0 commit comments

Comments
 (0)