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 8670663 commit 4dcb762Copy full SHA for 4dcb762
src/unix/newlib/mod.rs
@@ -547,7 +547,7 @@ pub const IFF_ALTPHYS: ::c_int = IFF_LINK2; // use alternate physical connection
547
pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast
548
549
cfg_if! {
550
- if #[cfg(target_os = "horizon")] {
+ if #[cfg(target_os = "vita")] {
551
pub const TCP_NODELAY: ::c_int = 1;
552
pub const TCP_MAXSEG: ::c_int = 2;
553
} else {
0 commit comments