We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5929b7 + f3dbb26 commit 4fcfa55Copy full SHA for 4fcfa55
src/unix/linux_like/linux/gnu/mod.rs
@@ -1239,6 +1239,20 @@ extern "C" {
1239
offset: ::off_t,
1240
flags: ::c_int,
1241
) -> ::ssize_t;
1242
+ pub fn preadv64v2(
1243
+ fd: ::c_int,
1244
+ iov: *const ::iovec,
1245
+ iovcnt: ::c_int,
1246
+ offset: ::off64_t,
1247
+ flags: ::c_int,
1248
+ ) -> ::ssize_t;
1249
+ pub fn pwritev64v2(
1250
1251
1252
1253
1254
1255
1256
pub fn renameat2(
1257
olddirfd: ::c_int,
1258
oldpath: *const ::c_char,
0 commit comments