aboutsummaryrefslogtreecommitdiff
path: root/src/sys/unix.rs
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-03 01:58:43 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-03 01:58:43 +0000
commite53f7d4621501f8ffc32237d2599b9bb94709c33 (patch)
treefa75cb911f3976cb5994a09764373f0edd644abb /src/sys/unix.rs
parent9920e1e7dd7d99be7dce77329ef6dd1c451e7469 (diff)
parent1a1ad39a5a903f454d920d86e63751703bf522ca (diff)
downloadshared_child-e53f7d4621501f8ffc32237d2599b9bb94709c33.tar.gz
Update shared_child to 1.0.0 am: 384a131edc am: 1a1ad39a5a
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/shared_child/+/2005937 Change-Id: I9d468119c007e322de868e9de5ba3feb3722dacb
Diffstat (limited to 'src/sys/unix.rs')
-rw-r--r--src/sys/unix.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sys/unix.rs b/src/sys/unix.rs
index 400f910..abdfa48 100644
--- a/src/sys/unix.rs
+++ b/src/sys/unix.rs
@@ -48,9 +48,6 @@ pub fn try_wait_without_reaping(handle: Handle) -> io::Result<bool> {
// invocation, then check for a non-zero value afterwards.
//
// https://github.com/opensource-apple/xnu/blob/0a798f6738bc1db01281fc08ae024145e84df927/bsd/kern/kern_exit.c#L2150-L2156
- //
- // XXX: The siginfo_t struct has padding. Does that make it unsound to
- // initialize it this way?
siginfo = std::mem::zeroed();
libc::waitid(
libc::P_PID,