Skip to content

Commit

Permalink
Add a rule for flock64 in libc-test build script
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Nov 21, 2019
1 parent c70634e commit dd0e036
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2230,6 +2230,9 @@ 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
"flock64" => format!("struct {}", ty),

// put `struct` in front of all structs:.
t if is_struct => format!("struct {}", t),

Expand Down

0 comments on commit dd0e036

Please sign in to comment.