mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
调整user下libs的libc目录结构 (#103)
* 调整user下libs的libc目录结构 * 修正.gitignore文件的问题 * 修复无法编译的问题 Co-authored-by: longjin <longjin@RinGoTek.cn>
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -159,7 +159,11 @@
|
||||
"completion.h": "c",
|
||||
"fat32.h": "c",
|
||||
"irqflags.h": "c",
|
||||
"dirent.h": "c"
|
||||
"dirent.h": "c",
|
||||
"cmd_help.h": "c",
|
||||
"wait.h": "c",
|
||||
"__libc__.h": "c",
|
||||
"ctype.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "Enabled",
|
||||
"esbonio.sphinx.confDir": "",
|
||||
|
Reference in New Issue
Block a user