We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10127d9 commit 3ffbb48Copy full SHA for 3ffbb48
library/std/src/sys/unix/process/process_unix.rs
@@ -787,7 +787,7 @@ pub struct Process {
787
// On Linux, stores the pidfd created for this child.
788
// This is None if the user did not request pidfd creation,
789
// or if the pidfd could not be created for some reason
790
- // (e.g. the `clone3` syscall was not available).
+ // (e.g. the `pidfd_open` syscall was not available).
791
#[cfg(target_os = "linux")]
792
pidfd: Option<PidFd>,
793
}
0 commit comments