mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-11 03:17:37 +08:00
6 lines
179 B
Rust
6 lines
179 B
Rust
![]() |
// A mdoule concerned with the exec side of fork/exec.
|
||
|
// This concerns posix_spawn support, and async-signal
|
||
|
// safe code which happens in between fork and exec.
|
||
|
|
||
|
mod flog_safe;
|