Skip to main content

capture_startup_state

Function capture_startup_state 

Source
pub unsafe extern "C" fn capture_startup_state()
Expand description

Captures stdio and SIGPIPE state at process initialization, before main() runs.

ยงSafety

Called from .init_array before main(). Only reads current state.