We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0627e14 commit 09b8a4fCopy full SHA for 09b8a4f
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
@@ -2979,6 +2979,7 @@ pub const SO_MARK: ::c_int = 36;
2979
pub const SO_RXQ_OVFL: ::c_int = 40;
2980
pub const SO_PEEK_OFF: ::c_int = 42;
2981
pub const SO_BUSY_POLL: ::c_int = 46;
2982
+pub const SO_BINDTOIFINDEX: ::c_int = 62;
2983
2984
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56;
2985
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 40;
0 commit comments