forked from Bananymous/banan-os
Kernel: Remove SYS_DUP and implement it using fcntl F_DUPFD
This commit is contained in:
@@ -29,7 +29,6 @@ namespace Kernel
|
||||
|
||||
BAN::ErrorOr<void> pipe(int fds[2]);
|
||||
|
||||
BAN::ErrorOr<int> dup(int);
|
||||
BAN::ErrorOr<int> dup2(int, int);
|
||||
|
||||
BAN::ErrorOr<int> fcntl(int fd, int cmd, int extra);
|
||||
|
||||
Reference in New Issue
Block a user