Kai Luo

Results 4 issues of Kai Luo

`off64_t` is `long long` on AIX, see `/usr/include/sys/types.h` on AIX.

Hidden lifetime parameter is not allowed in newer version of rust.

S-waiting-on-review

Silence warnings on AIX ``` warning: use of deprecated type alias `fixed_width_ints::int64_t`: Use i64 instead. --> src/unix/aix/mod.rs:20:23 | 20 | pub type time64_t = ::int64_t; | ^^^^^^^ | = note:...

S-waiting-on-review

AIX is currently a tier-3 target in Rust. This crate is required in crate `libc`'s libc-test.