Android: remove readahead
While this appears to be in bionic libc, it's not in any header, so CI fails to validate it. Let's just skip that one.
This commit is contained in:
parent
ff45035b38
commit
d2da7f7317
@ -646,8 +646,6 @@ extern {
|
||||
result: *mut *mut ::dirent64) -> ::c_int;
|
||||
pub fn getrlimit64(resource: ::c_int, rlim: *mut rlimit64) -> ::c_int;
|
||||
pub fn setrlimit64(resource: ::c_int, rlim: *const rlimit64) -> ::c_int;
|
||||
pub fn readahead(fd: ::c_int, offset: ::off64_t,
|
||||
count: ::size_t) -> ::ssize_t;
|
||||
}
|
||||
|
||||
cfg_if! {
|
||||
|
Loading…
Reference in New Issue
Block a user