diff --git a/src/unix/notbsd/linux/other/b32/x86.rs b/src/unix/notbsd/linux/other/b32/x86.rs
index 9080d17b3e6b54a76fe76a260faa09d1e1b27226..e7c3b9a83adc985399a54fa158910ae82fb44ccb 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],
     }
 }