Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-01-22 09:53:09 +01:00
parent f42e079504
commit e78aca9d42

View File

@ -1,8 +1,8 @@
//! Fork helper.
//!
//! Note that forking in rust can be dangerous. A fork must consider all mutexes to be in a broken
//! state, and cannot rely on any of its reference life times, so we be careful what kind of data
//! we continue to work with.
//! state, and cannot rely on any of its reference life times, so we must be careful what kind of
//! data we continue to work with.
use std::io;
use std::os::raw::c_int;