This website works better with JavaScript
首頁
探索
說明
登入
hongwenjun
/
musl
镜像来自
https://git.musl-libc.org/git/musl
關註
1
讚好
0
複刻
0
Files
問題管理
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
查看文件