From 384a131edc903f076e224251d37480104b33cdff Mon Sep 17 00:00:00 2001 From: David LeGare Date: Wed, 2 Mar 2022 16:21:20 +0000 Subject: Update shared_child to 1.0.0 Test: cd external/rust/crates && atest --host -c Change-Id: Ib22b9e2a91cfbe1828f6db7ec1f9a94d588665ef --- src/sys/unix.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sys/unix.rs') 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 { // 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, -- cgit v1.2.3