diff --git a/src/unix/newlib/mod.rs b/src/unix/newlib/mod.rs index 9769a0ae2e2b2..5dad518053222 100644 --- a/src/unix/newlib/mod.rs +++ b/src/unix/newlib/mod.rs @@ -547,7 +547,7 @@ pub const IFF_ALTPHYS: ::c_int = IFF_LINK2; // use alternate physical connection pub const IFF_MULTICAST: ::c_int = 0x8000; // supports multicast cfg_if! { - if #[cfg(target_os = "horizon")] { + if #[cfg(target_os = "vita")] { pub const TCP_NODELAY: ::c_int = 1; pub const TCP_MAXSEG: ::c_int = 2; } else {