Skip to content

Commit 063139a

Browse files
committed
Fix ucontext_t on x86
1 parent af7d24a commit 063139a

File tree

1 file changed

+1
-0
lines changed
  • src/unix/notbsd/linux/other/b32

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/other/b32/x86.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ s_no_extra_traits!{
212212
pub uc_mcontext: mcontext_t,
213213
pub uc_sigmask: ::sigset_t,
214214
__private: [u8; 112],
215+
__ssp: [::c_ulonglong; 4],
215216
}
216217
}
217218

0 commit comments

Comments
 (0)