Fix wording in the build script flock64 rule

Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com>
This commit is contained in:
Elichai Turkel 2019-11-25 11:33:21 +02:00 committed by GitHub
parent 66529ed375
commit 490e073525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:.