new: 将sys_rmdir更改为sys_unlink,.且完成删除文件操作的vfs部分 (#69)

This commit is contained in:
login
2022-10-25 23:02:35 +08:00
committed by GitHub
parent e002152383
commit 8a080f3cce
12 changed files with 304 additions and 76 deletions

View File

@ -27,7 +27,7 @@
#define SYS_PIPE 20
#define SYS_MSTAT 21 // 获取系统的内存状态信息
#define SYS_RMDIR 22 // 删除文件夹
#define SYS_UNLINK_AT 22 // 删除文件夹/删除文件链接
/**
* @brief 用户态系统调用函数