This website works better with JavaScript
首页
发现
帮助
登录
hongwenjun
/
musl
镜像自地址
https://git.musl-libc.org/git/musl
关注
1
点赞
0
派生
0
文件
工单管理
0
Wiki
浏览代码
move accept4, dup3, and pipe2 to non-linux-specific locations
these interfaces have been adopted by the Austin Group for inclusion in the next version of POSIX.
Rich Felker
12 年之前
父节点
79a5e73e51
当前提交
dc62790dee
共有
3 个文件被更改
,包括
0 次插入
和
0 次删除
分列视图
显示文件统计
0
0
src/network/accept4.c
0
0
src/unistd/dup3.c
0
0
src/unistd/pipe2.c
+ 0
- 0
src/linux/accept4.c → src/network/accept4.c
查看文件
+ 0
- 0
src/linux/dup3.c → src/unistd/dup3.c
查看文件
+ 0
- 0
src/linux/pipe2.c → src/unistd/pipe2.c
查看文件