Skip to content

Commit 16fcd1c

Browse files
authored
Merge pull request #1772 from JohnTitor/unskip-ucontext
Update FIXME comment
2 parents ea32979 + 8d3cc4b commit 16fcd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ fn test_linux(target: &str) {
24882488
// structs.
24892489
"termios2" => true,
24902490

2491-
// FIXME: remove once Ubuntu 20.04 LTS is released, somewhere in 2020.
2491+
// FIXME: remove once we set minimum supported glibc version.
24922492
// ucontext_t added a new field as of glibc 2.28; our struct definition is
24932493
// conservative and omits the field, but that means the size doesn't match for newer
24942494
// glibcs (see https://github.com/rust-lang/libc/issues/1410)

0 commit comments

Comments
 (0)