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.
2 parents ea32979 + 8d3cc4b commit 16fcd1cCopy full SHA for 16fcd1c
libc-test/build.rs
@@ -2488,7 +2488,7 @@ fn test_linux(target: &str) {
2488
// structs.
2489
"termios2" => true,
2490
2491
- // FIXME: remove once Ubuntu 20.04 LTS is released, somewhere in 2020.
+ // FIXME: remove once we set minimum supported glibc version.
2492
// ucontext_t added a new field as of glibc 2.28; our struct definition is
2493
// conservative and omits the field, but that means the size doesn't match for newer
2494
// glibcs (see https://github.com/rust-lang/libc/issues/1410)
0 commit comments