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

Fix path for nfds_t

parent 871f3b2c
No related branches found
No related tags found
No related merge requests found
......@@ -923,7 +923,7 @@ extern {
abstime: *const ::timespec) -> ::c_int;
pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
pub fn ppoll(fds: *mut ::pollfd,
nfds: nfds_t,
nfds: ::nfds_t,
timeout: *const ::timespec,
sigmask: *const sigset_t) -> ::c_int;
}
......
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