mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:15:10 +00:00
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
This commit is contained in:
parent
2529925fe9
commit
c99f8af66d
16 changed files with 94 additions and 45 deletions
|
@ -38,6 +38,9 @@ public:
|
|||
|
||||
bool isDirectory() const;
|
||||
|
||||
bool is_character_device() const { return m_vnode && m_vnode->isCharacterDevice(); }
|
||||
CharacterDevice* character_device() { return m_vnode ? m_vnode->characterDevice() : nullptr; }
|
||||
|
||||
#ifdef SERENITY
|
||||
bool isTTY() const;
|
||||
const TTY* tty() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue