Skip to content

Commit f9a47ac

Browse files
ningyuan-wangtgross35
authored andcommitted
1 parent a358dae commit f9a47ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/android.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2446,6 +2446,7 @@ SOL_X25
24462446
SOMAXCONN
24472447
SO_ACCEPTCONN
24482448
SO_BINDTODEVICE
2449+
SO_BINDTOIFINDEX
24492450
SO_BROADCAST
24502451
SO_BSDCOMPAT
24512452
SO_BUSY_POLL

src/unix/linux_like/android/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,7 @@ pub const SO_PEEK_OFF: c_int = 42;
15551555
pub const SO_BUSY_POLL: c_int = 46;
15561556
pub const SCM_TIMESTAMPING_OPT_STATS: c_int = 54;
15571557
pub const SCM_TIMESTAMPING_PKTINFO: c_int = 58;
1558+
pub const SO_BINDTOIFINDEX: c_int = 62;
15581559
pub const SO_TIMESTAMP_NEW: c_int = 63;
15591560
pub const SO_TIMESTAMPNS_NEW: c_int = 64;
15601561
pub const SO_TIMESTAMPING_NEW: c_int = 65;

0 commit comments

Comments
 (0)