We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94fffc commit f6e48fcCopy full SHA for f6e48fc
src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
@@ -286,7 +286,9 @@ s_no_extra_traits! {
286
pub uc_sigmask: ::sigset_t,
287
__private: [u8; 512],
288
// FIXME: the shadow stack field requires glibc >= 2.28.
289
- // Re-add once we drop compatibility with glibc versions older than 2.28.
+ // Re-add once we drop compatibility with glibc versions older than
290
+ // 2.28.
291
+ //
292
// __ssp: [::c_ulonglong; 4],
293
}
294
0 commit comments