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.
1 parent 03b0312 commit 621a953Copy full SHA for 621a953
src/unix/solarish/illumos.rs
@@ -45,4 +45,8 @@ extern "C" {
45
opset: *mut ::psetid_t,
46
) -> ::c_int;
47
pub fn pset_getloadavg(pset: ::psetid_t, load: *mut ::c_double, num: ::c_int) -> ::c_int;
48
+
49
+ pub fn preadv(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t) -> ::ssize_t;
50
+ pub fn pwritev(fd: ::c_int, iov: *const ::iovec, iovcnt: ::c_int, offset: ::off_t)
51
+ -> ::ssize_t;
52
}
0 commit comments