Skip to content

Commit 44b7a20

Browse files
author
Arthur Gautier
committed
IPV6_MULTICAST_ALL is too recent for aarch64 test env
Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent f3064f3 commit 44b7a20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/linux_like/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,6 @@ pub const IPV6_RECVERR: ::c_int = 25;
834834
pub const IPV6_V6ONLY: ::c_int = 26;
835835
pub const IPV6_JOIN_ANYCAST: ::c_int = 27;
836836
pub const IPV6_LEAVE_ANYCAST: ::c_int = 28;
837-
pub const IPV6_MULTICAST_ALL: ::c_int = 29;
838837
pub const IPV6_RECVPKTINFO: ::c_int = 49;
839838
pub const IPV6_PKTINFO: ::c_int = 50;
840839
pub const IPV6_RECVTCLASS: ::c_int = 66;

0 commit comments

Comments
 (0)