From d80812372844ae34bb3302ed2c02fe0968c478ac Mon Sep 17 00:00:00 2001
From: gnzlbg <gonzalobg88@gmail.com>
Date: Wed, 15 May 2019 19:47:33 +0200
Subject: [PATCH] Fix ucontext_t on x86

---
 src/unix/notbsd/linux/other/b32/x86.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/unix/notbsd/linux/other/b32/x86.rs b/src/unix/notbsd/linux/other/b32/x86.rs
index 563ac98a..9080d17b 100644
--- a/src/unix/notbsd/linux/other/b32/x86.rs
+++ b/src/unix/notbsd/linux/other/b32/x86.rs
@@ -212,6 +212,7 @@ s_no_extra_traits!{
         pub uc_mcontext: mcontext_t,
         pub uc_sigmask: ::sigset_t,
         __private: [u8; 112],
+        __ssp: [::c_ulonglong; 4],
     }
 }
 
-- 
GitLab