Skip to content

rtcompat: Fix android compilation in `general`

Nick Mathewson requested to merge nickm/arti:non-linux-fix into main

Previously I had assumed that std::os::linux also existed on android, based on the documentation of std::os::linux::net::SocketAddrExt. That is not, however, true.

This should fix the check-targets CI job.

Merge request reports

Loading