projects
/
facultad/75.00/informe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e978e26
)
Arrglar orden de llamada a fflush() y fork()
author
Leandro Lucarella
<llucax@gmail.com>
Mon, 25 Oct 2010 19:30:37 +0000 (16:30 -0300)
committer
Leandro Lucarella
<llucax@gmail.com>
Mon, 25 Oct 2010 19:33:47 +0000 (16:33 -0300)
source/solucion.rst
patch
|
blob
|
history
diff --git
a/source/solucion.rst
b/source/solucion.rst
index
f7a60b1
..
2cd924c
100644
(file)
--- a/
source/solucion.rst
+++ b/
source/solucion.rst
@@
-1518,8
+1518,8
@@
ser las siguientes::
sweep() //
return //
stop_the_world()
- child_pid = fork()
fflush(null)
+ child_pid = fork()
if child_pid is 0 // proceso hijo
mark_phase()
exit(0)