This website works better with JavaScript.
Explore
Help
Sign In
pgmziv87o
/
buzhidao
Watch
1
Star
0
Fork
You've already forked buzhidao
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ADD file via upload
Browse Source
master
pgmziv87o
5 years ago
parent
06b84d5668
commit
96dbdd84da
1 changed files
with
5 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
5
pipe2.c
Unescape
Escape
View File
@ -0,0 +1,5 @@
int
sys_pipe2
(
int
*
pipefd
,
int
flags
)
{
int
ret
=
sys_pipe
(
pipefd
)
;
return
ret
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
pgmziv87o/buzhidao
Title
Body
Create Issue