Skip to content

Commit 7c217ed

Browse files
fixup
1 parent 18bd065 commit 7c217ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

netwatch/src/interfaces/linux.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ async fn default_route_proc() -> Result<Option<DefaultRouteDetails>, Error> {
100100
Ok(None)
101101
}
102102

103+
#[cfg(not(target_os = "android"))]
103104
macro_rules! try_rtnl {
104105
($msg: expr, $message_type:path) => {{
105106
use netlink_packet_core::NetlinkPayload;

0 commit comments

Comments
 (0)