fix line length

This commit is contained in:
Adam C. Foltzer 2019-06-27 11:42:22 -07:00
parent e94fffc309
commit f6e48fc77c
No known key found for this signature in database
GPG Key ID: 2A91B421C62B535C

View File

@ -286,7 +286,9 @@ s_no_extra_traits! {
pub uc_sigmask: ::sigset_t,
__private: [u8; 512],
// FIXME: the shadow stack field requires glibc >= 2.28.
// Re-add once we drop compatibility with glibc versions older than 2.28.
// Re-add once we drop compatibility with glibc versions older than
// 2.28.
//
// __ssp: [::c_ulonglong; 4],
}
}