feat(fs): add sys_dup3 (#755)

* feat(fs): add sys_dup3
This commit is contained in:
zwb0x00
2024-04-23 19:35:02 +08:00
committed by GitHub
parent 3b799d13be
commit 40348dd8d5
6 changed files with 95 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"name": "test_dup3",
"version": "0.1.0",
"description": "测试dup3",
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/test_dup3"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"install": {
"in_dragonos_path": "/bin"
},
"clean": {
"clean_command": "make clean"
}
}