mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
12 lines
161 B
Rust
12 lines
161 B
Rust
#[cfg(unix)]
|
|
mod posix;
|
|
|
|
#[cfg(unix)]
|
|
pub use posix::main_execve_wrapper;
|
|
|
|
#[cfg(unix)]
|
|
pub use posix::main_mcp_server;
|
|
|
|
#[cfg(unix)]
|
|
pub use posix::ExecResult;
|