Skip to content

Commit e5be9d7

Browse files
committed
ucontext_t ssp field uses c_long and not c_longlog
1 parent 5a89f59 commit e5be9d7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +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],
215+
__ssp: [::c_ulong; 4],
216216
}
217217
}
218218

0 commit comments

Comments
 (0)