Fix some tests for linux gnux32
This commit is contained in:
parent
dbcd1bec61
commit
e57ee3d0bf
7 changed files with 16 additions and 16 deletions
|
@ -60,7 +60,7 @@ impl Timespec {
|
|||
Timespec {
|
||||
t: libc::timespec {
|
||||
tv_sec: secs,
|
||||
tv_nsec: nsec as libc::c_long,
|
||||
tv_nsec: nsec as _,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
@ -83,7 +83,7 @@ impl Timespec {
|
|||
Timespec {
|
||||
t: libc::timespec {
|
||||
tv_sec: secs,
|
||||
tv_nsec: nsec as libc::c_long,
|
||||
tv_nsec: nsec as _,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue