Skip to content

Commit 3651f73

Browse files
fixup
1 parent e513bce commit 3651f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netwatch/src/interfaces/linux.rs

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

111+
#[cfg(not(target_os = "android"))]
111112
macro_rules! try_rtnl {
112113
($msg: expr, $message_type:path) => {{
113114
use netlink_packet_core::NetlinkPayload;

0 commit comments

Comments
 (0)