Skip to content

Commit 90bbc63

Browse files
committed
Remove sa_tramp from macos sigaction
1 parent 0564e50 commit 90bbc63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sys/signal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ pub mod signal {
266266
#[allow(missing_copy_implementations)]
267267
pub struct sigaction {
268268
pub sa_handler: extern fn(libc::c_int),
269-
sa_tramp: *mut libc::c_void,
270269
pub sa_mask: sigset_t,
271270
pub sa_flags: SockFlag,
272271
}

0 commit comments

Comments
 (0)