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 36bec35 commit cf7f8f6Copy full SHA for cf7f8f6
src/unix/notbsd/mod.rs
@@ -843,6 +843,8 @@ extern {
843
pub fn setns(fd: ::c_int, nstype: ::c_int) -> ::c_int;
844
pub fn sem_timedwait(sem: *mut sem_t,
845
abstime: *const ::timespec) -> ::c_int;
846
+ pub fn accept4(fd: ::c_int, addr: *mut ::sockaddr, len: *mut ::socklen_t,
847
+ flg: ::c_int) -> ::c_int;
848
}
849
850
cfg_if! {
0 commit comments