We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24fda1 commit 889aa7cCopy full SHA for 889aa7c
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
@@ -1555,6 +1555,7 @@ pub const SO_PEEK_OFF: c_int = 42;
1555
pub const SO_BUSY_POLL: c_int = 46;
1556
pub const SCM_TIMESTAMPING_OPT_STATS: c_int = 54;
1557
pub const SCM_TIMESTAMPING_PKTINFO: c_int = 58;
1558
+pub const SO_BINDTOIFINDEX: c_int = 62;
1559
pub const SO_TIMESTAMP_NEW: c_int = 63;
1560
pub const SO_TIMESTAMPNS_NEW: c_int = 64;
1561
pub const SO_TIMESTAMPING_NEW: c_int = 65;
0 commit comments