Kernel/LibC: add basic dup2

This commit is contained in:
Bananymous
2023-07-06 23:17:54 +03:00
parent 4eb95c963d
commit a549336530
5 changed files with 52 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ __BEGIN_DECLS
#define SYS_SET_PWD 33
#define SYS_CLOCK_GETTIME 34
#define SYS_PIPE 35
#define SYS_DUP2 36
__END_DECLS