调整brk系统调用,使得参数、返回值与Linux一致 (#238)

* 新增用于测试relibc的app

* 为适配relibc,修改do_execve中关于用户栈的内容的设置

* 调整brk系统调用,使得参数、返回值与Linux一致
This commit is contained in:
login
2023-04-11 16:54:14 +08:00
committed by GitHub
parent 13776c114b
commit ac48398d3f
8 changed files with 338 additions and 30 deletions

View File

@ -172,7 +172,8 @@
"cmd.h": "c",
"user_namespace.h": "c",
"sleep.h": "c",
"net.h": "c"
"net.h": "c",
"lz4.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled",
"esbonio.sphinx.confDir": "",