Use libc for off_t and timeval
This commit is contained in:
parent
d17cd9cbbd
commit
330bfd1523
3 changed files with 46 additions and 50 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -5,3 +5,12 @@ version = 4
|
|||
[[package]]
|
||||
name = "libburn-sys"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.177"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue