rtcompat: Fix android compilation in `general`
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.