forked from Bananymous/banan-os
Kernel: SYS_FORK can now fail instead of panicing on error
This commit is contained in:
@@ -17,6 +17,8 @@ namespace Kernel
|
||||
OpenFileDescriptorSet(const Credentials&);
|
||||
~OpenFileDescriptorSet();
|
||||
|
||||
OpenFileDescriptorSet& operator=(OpenFileDescriptorSet&&);
|
||||
|
||||
BAN::ErrorOr<void> clone_from(const OpenFileDescriptorSet&);
|
||||
|
||||
BAN::ErrorOr<int> open(BAN::StringView absolute_path, int flags);
|
||||
|
||||
Reference in New Issue
Block a user