Skip to content
Snippets Groups Projects
Unverified Commit bff65e32 authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1655 from batrla/master

Solarish: missing declaration of port_send and port_sendn
parents 7455403a 3a90b74f
No related branches found
No related tags found
No related merge requests found
......@@ -2404,6 +2404,18 @@ extern "C" {
nget: *mut ::c_uint,
timeout: *mut ::timespec,
) -> ::c_int;
pub fn port_send(
port: ::c_int,
events: ::c_int,
user: *mut ::c_void,
) -> ::c_int;
pub fn port_sendn(
port_list: *mut ::c_int,
error_list: *mut ::c_int,
nent: ::c_uint,
events: ::c_int,
user: *mut ::c_void,
) -> ::c_int;
pub fn fexecve(
fd: ::c_int,
argv: *const *const ::c_char,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment