Kernel: Pipe ignore tc attr ioctls

This commit is contained in:
2026-05-15 21:23:19 +03:00
parent 16967cd9c0
commit b2f795b1e1

View File

@@ -141,6 +141,10 @@ namespace Kernel
{
case TIOCGWINSZ:
case TIOCSWINSZ:
case TCGETS:
case TCSETS:
case TCSETSW:
case TCSETSF:
return BAN::Error::from_errno(EINVAL);
}
return Inode::ioctl_impl(cmd, arg);