mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
FileDescriptor: Let TTY handle its own absolute_path().
This commit is contained in:
parent
e886337a67
commit
c91b0d6b5f
Notes:
sideshowbarker
2024-07-19 14:33:41 +09:00
Author: https://github.com/awesomekling
Commit: c91b0d6b5f
2 changed files with 1 additions and 2 deletions
|
@ -15,6 +15,7 @@ public:
|
|||
virtual bool can_read(Process&) const override;
|
||||
virtual bool can_write(Process&) const override;
|
||||
virtual int ioctl(Process&, unsigned request, unsigned arg) override final;
|
||||
virtual String absolute_path() const override { return tty_name(); }
|
||||
|
||||
virtual String tty_name() const = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue