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 e102a72 commit deb61c8Copy full SHA for deb61c8
src/unix/solaris/mod.rs
@@ -1245,6 +1245,8 @@ extern {
1245
1246
pub fn msync(addr: *mut ::c_void, len: ::size_t, flags: ::c_int) -> ::c_int;
1247
1248
+ pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
1249
+
1250
pub fn recvfrom(socket: ::c_int, buf: *mut ::c_void, len: ::size_t,
1251
flags: ::c_int, addr: *mut ::sockaddr,
1252
addrlen: *mut ::socklen_t) -> ::ssize_t;
0 commit comments