Skip to content

Commit 3ffbb48

Browse files
committed
update comment, we're currently using a different syscall
1 parent 10127d9 commit 3ffbb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/process/process_unix.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ pub struct Process {
787787
// On Linux, stores the pidfd created for this child.
788788
// This is None if the user did not request pidfd creation,
789789
// or if the pidfd could not be created for some reason
790-
// (e.g. the `clone3` syscall was not available).
790+
// (e.g. the `pidfd_open` syscall was not available).
791791
#[cfg(target_os = "linux")]
792792
pidfd: Option<PidFd>,
793793
}

0 commit comments

Comments
 (0)