Skip to content

Commit ca406fa

Browse files
committed
libc: make windows happy
1 parent c6fb8c1 commit ca406fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/liblibc/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4270,3 +4270,5 @@ pub mod funcs {
42704270
}
42714271
}
42724272
}
4273+
4274+
#[test] fn work_on_windows() { } // this is needed to make rustc happy on windows

0 commit comments

Comments
 (0)