Skip to content

Commit 490e073

Browse files
elichaignzlbg
andauthored
Fix wording in the build script flock64 rule
Co-Authored-By: gnzlbg <gnzlbg@users.noreply.github.com>
1 parent 66529ed commit 490e073

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
@@ -2230,7 +2230,7 @@ fn test_linux(target: &str) {
22302230

22312231
t if t.ends_with("_t") => t.to_string(),
22322232

2233-
// This is either a struct or a typedef to a struct
2233+
// In MUSL `flock64` is a typedef to `flock`.
22342234
"flock64" if musl => format!("struct {}", ty),
22352235

22362236
// put `struct` in front of all structs:.

0 commit comments

Comments
 (0)