This website requires JavaScript.
Explore
Help
Sign In
ilo-pona
/
xv6-65oo2
Watch
1
Star
0
Fork
You've already forked xv6-65oo2
0
Code
Issues
Pull requests
Packages
Projects
Releases
Activity
fix pipe bug
Browse source
...
This commit is contained in:
rsc
2006-09-07 14:38:56 +00:00
parent
bb207a1d42
commit
70c3260dc4
1 changed files
with
2 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
Expand all files
Collapse all files
2
sysfile.c
Unescape
Escape
View file
@ -71,6 +71,8 @@ sys_pipe(void)
fileclose
(
wf
)
;
fileclose
(
wf
)
;
return
-
1
;
return
-
1
;
}
}
fd
[
0
]
=
fd0
;
fd
[
1
]
=
fd1
;
return
0
;
return
0
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in a new issue
Repository
ilo-pona/xv6-65oo2
Title
Body
Create issue