]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustix/src/process/ioctl.rs
New upstream version 1.73.0+dfsg1
[rustc.git] / vendor / rustix / src / process / ioctl.rs
index 46dbbc59bcbe0e7781e53e9bc328ce18e42f3289..cde6b5b3c0f8b8c3578a0cfeb9114c103d6be290 100644 (file)
@@ -13,7 +13,7 @@ use backend::fd::AsFd;
 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=tty&sektion=4
 /// [NetBSD]: https://man.netbsd.org/tty.4
 /// [OpenBSD]: https://man.openbsd.org/tty.4
-#[cfg(not(any(windows, target_os = "haiku", target_os = "redox", target_os = "wasi")))]
+#[cfg(not(any(windows, target_os = "aix", target_os = "redox", target_os = "wasi")))]
 #[inline]
 #[doc(alias = "TIOCSCTTY")]
 pub fn ioctl_tiocsctty<Fd: AsFd>(fd: Fd) -> io::Result<()> {