mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
Noux: add TIOCSETAF/W dummy to Terminal_io_channel
This commit is contained in:
parent
59c369a608
commit
82eb0e9f9a
@ -165,6 +165,18 @@ namespace Noux {
|
||||
return true;
|
||||
}
|
||||
|
||||
case Sysio::Ioctl_in::OP_TIOCSETAF:
|
||||
{
|
||||
PDBG("OP_TIOCSETAF not implemented");
|
||||
return false;
|
||||
}
|
||||
|
||||
case Sysio::Ioctl_in::OP_TIOCSETAW:
|
||||
{
|
||||
PDBG("OP_TIOCSETAW not implemented");
|
||||
return false;
|
||||
}
|
||||
|
||||
default:
|
||||
|
||||
PDBG("invalid ioctl request %d", sysio->ioctl_in.request);
|
||||
|
Loading…
Reference in New Issue
Block a user