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 7455403 commit 3a90b74Copy full SHA for 3a90b74
src/unix/solarish/mod.rs
@@ -2404,6 +2404,18 @@ extern "C" {
2404
nget: *mut ::c_uint,
2405
timeout: *mut ::timespec,
2406
) -> ::c_int;
2407
+ pub fn port_send(
2408
+ port: ::c_int,
2409
+ events: ::c_int,
2410
+ user: *mut ::c_void,
2411
+ ) -> ::c_int;
2412
+ pub fn port_sendn(
2413
+ port_list: *mut ::c_int,
2414
+ error_list: *mut ::c_int,
2415
+ nent: ::c_uint,
2416
2417
2418
2419
pub fn fexecve(
2420
fd: ::c_int,
2421
argv: *const *const ::c_char,
0 commit comments