Skip to content

Commit 4984947

Browse files
committed
Remove the re-definition of timespec
1 parent b9986d9 commit 4984947

File tree

1 file changed

+0
-5
lines changed
  • src/unix/linux_like/linux/gnu/b64/riscv64

1 file changed

+0
-5
lines changed

src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ s! {
1717
__size: [::c_ulong; 7],
1818
}
1919

20-
pub struct timespec {
21-
pub tv_sec: ::time_t,
22-
pub tv_nsec: ::c_long,
23-
}
24-
2520
pub struct stat {
2621
pub st_dev: ::dev_t,
2722
pub st_ino: ::ino_t,

0 commit comments

Comments
 (0)