优化多arch支持

This commit is contained in:
zhangzheng
2025-03-05 11:07:53 +08:00
parent 543a618de9
commit 567f6ae529
116 changed files with 178 additions and 2803 deletions

View File

@@ -16,6 +16,7 @@
static fs_t fs;
#ifdef CONFIG_USING_SIG
static int fs_sig_call_back(pid_t pid, umword_t sig_val)
{
switch (sig_val)
@@ -26,7 +27,7 @@ static int fs_sig_call_back(pid_t pid, umword_t sig_val)
}
return 0;
}
#endif
int fs_svr_open(const char *path, int flags, int mode)
{
int fd;