Kernel: Remove unused syscall

This commit is contained in:
Bananymous
2023-08-11 11:43:48 +03:00
parent 77ff585248
commit e1400f9680
2 changed files with 0 additions and 10 deletions

View File

@@ -92,7 +92,6 @@ namespace Kernel
BAN::ErrorOr<long> sys_tell(int fd);
BAN::ErrorOr<long> sys_fstat(int fd, struct stat*);
BAN::ErrorOr<long> sys_stat(BAN::StringView path, struct stat*, int flags);
BAN::ErrorOr<void> mount(BAN::StringView source, BAN::StringView target);