Skip to content

Commit 687fd6f

Browse files
authored
Merge pull request #3784 from ewilden/main
Define SO_BINDTOIFINDEX on Fuchsia
2 parents 41915ee + 09b8a4f commit 687fd6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/fuchsia.txt

+1
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ SOL_UDP
951951
SOL_X25
952952
SOMAXCONN
953953
SO_BINDTODEVICE
954+
SO_BINDTOIFINDEX
954955
SO_BSDCOMPAT
955956
SO_BUSY_POLL
956957
SO_DOMAIN

src/fuchsia/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2979,6 +2979,7 @@ pub const SO_MARK: ::c_int = 36;
29792979
pub const SO_RXQ_OVFL: ::c_int = 40;
29802980
pub const SO_PEEK_OFF: ::c_int = 42;
29812981
pub const SO_BUSY_POLL: ::c_int = 46;
2982+
pub const SO_BINDTOIFINDEX: ::c_int = 62;
29822983

29832984
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
29842985
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;

0 commit comments

Comments
 (0)