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 e3482c1 commit c070417Copy full SHA for c070417
src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs
@@ -209,6 +209,8 @@ pub const ELAST: ::c_int = 97;
209
pub const GRND_INSECURE: ::c_uint = 0x4;
210
211
extern "C" {
212
+ pub fn aio_readv(aiocbp: *mut ::aiocb) -> ::c_int;
213
+ pub fn aio_writev(aiocbp: *mut ::aiocb) -> ::c_int;
214
pub fn setgrent();
215
pub fn mprotect(
216
addr: *mut ::c_void,
0 commit comments