From 198ead7247fce8ffb6bdfeb1931ec85285a339ec Mon Sep 17 00:00:00 2001 From: gnzlbg <gonzalobg88@gmail.com> Date: Wed, 15 May 2019 20:18:50 +0200 Subject: [PATCH] ucontext_t ssp field uses c_long and not c_longlog --- src/unix/notbsd/linux/other/b32/x86.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/notbsd/linux/other/b32/x86.rs b/src/unix/notbsd/linux/other/b32/x86.rs index 9080d17b..e7c3b9a8 100644 --- a/src/unix/notbsd/linux/other/b32/x86.rs +++ b/src/unix/notbsd/linux/other/b32/x86.rs @@ -212,7 +212,7 @@ s_no_extra_traits!{ pub uc_mcontext: mcontext_t, pub uc_sigmask: ::sigset_t, __private: [u8; 112], - __ssp: [::c_ulonglong; 4], + __ssp: [::c_ulong; 4], } } -- GitLab