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 03f6759 commit 3242730Copy full SHA for 3242730
libc-test/semver/fuchsia.txt
@@ -951,6 +951,7 @@ SOL_UDP
951
SOL_X25
952
SOMAXCONN
953
SO_BINDTODEVICE
954
+SO_BINDTOIFINDEX
955
SO_BSDCOMPAT
956
SO_BUSY_POLL
957
SO_DOMAIN
src/fuchsia/mod.rs
@@ -2981,6 +2981,7 @@ pub const SO_MARK: ::c_int = 36;
2981
pub const SO_RXQ_OVFL: ::c_int = 40;
2982
pub const SO_PEEK_OFF: ::c_int = 42;
2983
pub const SO_BUSY_POLL: ::c_int = 46;
2984
+pub const SO_BINDTOIFINDEX: ::c_int = 62;
2985
2986
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
2987
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
0 commit comments