Skip to content
Snippets Groups Projects
Commit d86901e2 authored by Bryant Mairs's avatar Bryant Mairs
Browse files

Fix timeout argument type

parent f79eed58
No related branches found
No related tags found
No related merge requests found
......@@ -725,7 +725,7 @@ extern {
link_name = "ppoll$UNIX2003")]
pub fn ppoll(fds: *mut pollfd,
nfds: nfds_t,
timeout: ::c_int,
timeout: *const timespec,
sigmask: *const sigset_t) -> ::c_int;
#[cfg_attr(all(target_os = "macos", target_arch = "x86_64"),
link_name = "select$1050")]
......
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