Commit 4d25f46
committed
Auto merge of #82476 - de-vri-es:beta-android-x86-accept4, r=joshtriplett
[beta] Fix TcpListener::accept() on x86 Android on beta by disabling the use of accept4.
This is the same as #82475, but for beta.
In a nutshell: `TcpListener::accept` is broken on Android x86 on stable and beta because it performs a raw `accept4` syscall, which doesn't exist on that platform. This was originally reported in #82400, so you can find more details there.
`@rustbot` label +O-android
r? `@Mark-Simulacrum`1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments