添加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

@ -5,8 +5,8 @@
"task_type": {
"BuildFromSource": {
"Git": {
"url" : "https://git.mirrors.dragonos.org/DragonOS-Community/DragonReach.git",
"revision": "4768985ade"
"url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/DragonReach.git",
"revision": "df4e48991b"
}
}
},
@ -19,11 +19,5 @@
},
"install": {
"in_dragonos_path": "/"
},
"envs": [
{
"key": "TARGET",
"value": "${ROOT_PATH}/user/dadk/target/x86_64-unknown-dragonos.json"
}
]
}
}

View File

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