Kernel: Support FIONBIO ioctl
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Kernel
|
||||
BAN::ErrorOr<int> dup2(int, int);
|
||||
|
||||
BAN::ErrorOr<int> fcntl(int fd, int cmd, uintptr_t extra);
|
||||
BAN::ErrorOr<long> ioctl(int fd, unsigned long request, void* arg);
|
||||
|
||||
BAN::ErrorOr<off_t> seek(int fd, off_t offset, int whence);
|
||||
BAN::ErrorOr<off_t> tell(int) const;
|
||||
|
||||
Reference in New Issue
Block a user