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 5bcac36 commit 9f0dbb2Copy full SHA for 9f0dbb2
src/unix/linux_like/android/mod.rs
@@ -2355,7 +2355,7 @@ f! {
2355
// directly. This workaround can be removed if the minimum version of
2356
// Android is bumped. When the workaround is removed, `accept4` can be
2357
// moved back to `linux_like/mod.rs`
2358
- pub unsafe fn accept4(
+ pub fn accept4(
2359
fd: ::c_int,
2360
addr: *mut ::sockaddr,
2361
len: *mut ::socklen_t,
0 commit comments