brunoczim / fslock

File locking for Rust.
MIT License
40 stars 11 forks source link

fix compilation on 32b Android #4

Closed trinity-1686a closed 2 years ago

trinity-1686a commented 2 years ago

for some reasons, st_dev and st_ino are not dev_t/dev_ino on Android, and this break compilation on 32bit Android when the feature multilock is enabled.

This PR add support for the following targets (without breaking already functioning ones):

Would it be possible to do a release after this change, so it is made available by crates-io?

brunoczim commented 2 years ago

I just published it, sorry for the delay

trinity-1686a commented 2 years ago

Thanks. Don't worry for the delay :wink: