mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
Kernel: Expose blocking and cloexec fd flags in ProcFS
This commit is contained in:
parent
eb18825fce
commit
9a41dda029
Notes:
sideshowbarker
2024-07-19 11:54:41 +09:00
Author: https://github.com/bugaevc
Commit: 9a41dda029
Pull-request: https://github.com/SerenityOS/serenity/pull/611
3 changed files with 14 additions and 0 deletions
|
@ -95,6 +95,7 @@ public:
|
|||
|
||||
FileDescription* file_description(int fd);
|
||||
const FileDescription* file_description(int fd) const;
|
||||
int fd_flags(int fd) const;
|
||||
|
||||
template<typename Callback>
|
||||
static void for_each(Callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue