Commit d15df66e authored by bdbai's avatar bdbai
Browse files

fix timeval failing systest

parent da7f26d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ fn main() {
            && s.chars().next().unwrap().is_lowercase()
        {
            format!("struct {}", s)
        } else if s.starts_with("stack_st_") {
        } else if s.starts_with("stack_st_") || s == "timeval" {
            format!("struct {}", s)
        } else {
            s.to_string()