aboutsummaryrefslogtreecommitdiff
path: root/src/sys/unix.rs
diff options
context:
space:
mode:
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,