We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f1abc + efc6949 commit f80833cCopy full SHA for f80833c
libc-test/semver/android.txt
@@ -2446,6 +2446,7 @@ SOL_X25
2446
SOMAXCONN
2447
SO_ACCEPTCONN
2448
SO_BINDTODEVICE
2449
+SO_BINDTOIFINDEX
2450
SO_BROADCAST
2451
SO_BSDCOMPAT
2452
SO_BUSY_POLL
src/unix/linux_like/android/mod.rs
@@ -1513,6 +1513,7 @@ pub const SO_PEEK_OFF: c_int = 42;
1513
pub const SO_BUSY_POLL: c_int = 46;
1514
pub const SCM_TIMESTAMPING_OPT_STATS: c_int = 54;
1515
pub const SCM_TIMESTAMPING_PKTINFO: c_int = 58;
1516
+pub const SO_BINDTOIFINDEX: c_int = 62;
1517
pub const SO_TIMESTAMP_NEW: c_int = 63;
1518
pub const SO_TIMESTAMPNS_NEW: c_int = 64;
1519
pub const SO_TIMESTAMPING_NEW: c_int = 65;
0 commit comments