pub fn disable_core_dumps_for_process() -> Result<()>Available on non-macOS only.
Expand description
Disable core dumps for the current process.
Platform:
- This stub is compiled on non-macOS targets and always returns Unsupported.
See also:
- On macOS, disable_core_dumps_for_process attempts to set RLIMIT_CORE to 0.