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.
2 parents 74aeca2 + bbed4d4 commit 728f6e0Copy full SHA for 728f6e0
src/unix/notbsd/linux/other/mod.rs
@@ -269,7 +269,6 @@ pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK;
269
270
pub const SOL_RXRPC: ::c_int = 272;
271
pub const SOL_PPPOL2TP: ::c_int = 273;
272
-pub const SOL_BLUETOOTH: ::c_int = 274;
273
pub const SOL_PNPIPE: ::c_int = 275;
274
pub const SOL_RDS: ::c_int = 276;
275
pub const SOL_IUCV: ::c_int = 277;
src/unix/notbsd/mod.rs
@@ -513,6 +513,7 @@ pub const SOL_LLC: ::c_int = 268;
513
pub const SOL_DCCP: ::c_int = 269;
514
pub const SOL_NETLINK: ::c_int = 270;
515
pub const SOL_TIPC: ::c_int = 271;
516
+pub const SOL_BLUETOOTH: ::c_int = 274;
517
518
pub const AF_UNSPEC: ::c_int = 0;
519
pub const AF_UNIX: ::c_int = 1;
0 commit comments