Skip to content
Snippets Groups Projects
Unverified Commit 66529ed3 authored by Elichai Turkel's avatar Elichai Turkel
Browse files

Add a rule for flock64 in libc-test build script

parent c70634e4
No related branches found
No related tags found
No related merge requests found
...@@ -2230,6 +2230,9 @@ fn test_linux(target: &str) { ...@@ -2230,6 +2230,9 @@ fn test_linux(target: &str) {
t if t.ends_with("_t") => t.to_string(), t if t.ends_with("_t") => t.to_string(),
// This is either a struct or a typedef to a struct
"flock64" if musl => format!("struct {}", ty),
// put `struct` in front of all structs:. // put `struct` in front of all structs:.
t if is_struct => format!("struct {}", t), t if is_struct => format!("struct {}", t),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment