添加socketpair (#505)

* 添加对socketpair系统调用的处理

---------

Co-authored-by: LoGin <longjin@DragonOS.org>
This commit is contained in:
裕依2439
2024-02-07 18:06:15 +08:00
committed by GitHub
parent cb23beb255
commit 4ad52e57e6
18 changed files with 1158 additions and 966 deletions

View File

@ -20,7 +20,7 @@
"clean": {
"clean_command": "make clean"
},
"envs": [
"envs": [
{
"key": "TARGET",
"value": "x86_64-unknown-dragonos"