Skip to content

Commit 0c208e2

Browse files
committed
update comment, we're currently using a different syscall
1 parent 99a7254 commit 0c208e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)