Kernel/LibC: implement chmod syscall + libc wrapper

This commit is contained in:
2023-10-25 02:35:37 +03:00
parent e8890062d6
commit 15bb1804ef
11 changed files with 59 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ __BEGIN_DECLS
#define SYS_MUNMAP 52
#define SYS_TTY_CTRL 53
#define SYS_POWEROFF 54
#define SYS_CHMOD 55
__END_DECLS