Skip to content

Commit 88e37f2

Browse files
committed
Fix path for nfds_t
1 parent 871f3b2 commit 88e37f2

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ extern {
923923
abstime: *const ::timespec) -> ::c_int;
924924
pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int;
925925
pub fn ppoll(fds: *mut ::pollfd,
926-
nfds: nfds_t,
926+
nfds: ::nfds_t,
927927
timeout: *const ::timespec,
928928
sigmask: *const sigset_t) -> ::c_int;
929929
}

0 commit comments

Comments
 (0)