Kernel/LibC: Implement readlink and readlinkat

This commit is contained in:
2023-11-11 23:16:52 +02:00
parent a3a287f5ca
commit 447da99f0b
5 changed files with 62 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ __BEGIN_DECLS
#define SYS_CREATE 56 // creat, mkfifo
#define SYS_CREATE_DIR 57 // mkdir
#define SYS_UNLINK 58
#define SYS_READLINK 59
#define SYS_READLINKAT 60
__END_DECLS