mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
update comment, we're currently using a different syscall
This commit is contained in:
parent
10127d9eb5
commit
3ffbb4899e
@ -787,7 +787,7 @@ pub struct Process {
|
||||
// On Linux, stores the pidfd created for this child.
|
||||
// This is None if the user did not request pidfd creation,
|
||||
// or if the pidfd could not be created for some reason
|
||||
// (e.g. the `clone3` syscall was not available).
|
||||
// (e.g. the `pidfd_open` syscall was not available).
|
||||
#[cfg(target_os = "linux")]
|
||||
pidfd: Option<PidFd>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user