Skip to content

Commit d15df66

Browse files
committed
fix timeval failing systest
1 parent da7f26d commit d15df66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systest/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn main() {
103103
&& s.chars().next().unwrap().is_lowercase()
104104
{
105105
format!("struct {}", s)
106-
} else if s.starts_with("stack_st_") {
106+
} else if s.starts_with("stack_st_") || s == "timeval" {
107107
format!("struct {}", s)
108108
} else {
109109
s.to_string()

0 commit comments

Comments
 (0)