Kernel/LibC: add SYS_{SET,GET}_PWD and chdir, getpwd

This commit is contained in:
Bananymous
2023-06-12 01:24:46 +03:00
parent 537780ee1e
commit 0f63cfa43f
5 changed files with 92 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ __BEGIN_DECLS
#define SYS_GET_GID 29
#define SYS_GET_EUID 30
#define SYS_GET_EGID 31
#define SYS_GET_PWD 32
#define SYS_SET_PWD 33
__END_DECLS