From 490e073525fa2e34a662b79dec946eaeed51c84d Mon Sep 17 00:00:00 2001 From: Elichai Turkel <elichai.turkel@gmail.com> Date: Mon, 25 Nov 2019 11:33:21 +0200 Subject: [PATCH] Fix wording in the build script flock64 rule Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com> --- 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 977d444a..ea549480 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -2230,7 +2230,7 @@ fn test_linux(target: &str) { t if t.ends_with("_t") => t.to_string(), - // This is either a struct or a typedef to a struct + // In MUSL `flock64` is a typedef to `flock`. "flock64" if musl => format!("struct {}", ty), // put `struct` in front of all structs:. -- GitLab