From 8d3cc4b5273caf8e59b30bb42e61f8dcddc447fb Mon Sep 17 00:00:00 2001 From: Yuki Okushi <huyuumi.dev@gmail.com> Date: Sat, 23 May 2020 12:32:55 +0900 Subject: [PATCH] Update FIXME comment --- libc-test/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index 518660bc..2a113ac5 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -2488,7 +2488,7 @@ fn test_linux(target: &str) { // structs. "termios2" => true, - // FIXME: remove once Ubuntu 20.04 LTS is released, somewhere in 2020. + // FIXME: remove once we set minimum supported glibc version. // ucontext_t added a new field as of glibc 2.28; our struct definition is // conservative and omits the field, but that means the size doesn't match for newer // glibcs (see https://github.com/rust-lang/libc/issues/1410) -- GitLab