Skip to content

Commit

Permalink
Define SO_BINDTOIFINDEX on Fuchsia
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilden authored and tgross35 committed Aug 12, 2024
1 parent 0627e14 commit 09b8a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libc-test/semver/fuchsia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ SOL_UDP
SOL_X25
SOMAXCONN
SO_BINDTODEVICE
SO_BINDTOIFINDEX
SO_BSDCOMPAT
SO_BUSY_POLL
SO_DOMAIN
Expand Down
1 change: 1 addition & 0 deletions src/fuchsia/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2979,6 +2979,7 @@ pub const SO_MARK: ::c_int = 36;
pub const SO_RXQ_OVFL: ::c_int = 40;
pub const SO_PEEK_OFF: ::c_int = 42;
pub const SO_BUSY_POLL: ::c_int = 46;
pub const SO_BINDTOIFINDEX: ::c_int = 62;

pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
Expand Down

0 comments on commit 09b8a4f

Please sign in to comment.