]> git.llucax.com Git - z.facultad/75.00/informe.git/commitdiff
Arrglar orden de llamada a fflush() y fork()
authorLeandro Lucarella <llucax@gmail.com>
Mon, 25 Oct 2010 19:30:37 +0000 (16:30 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 25 Oct 2010 19:33:47 +0000 (16:33 -0300)
source/solucion.rst

index f7a60b1d6ca89bd4e0ad56241b1f1207d8437cbf..2cd924c95118e5d44165299975299b478d44f3c5 100644 (file)
@@ -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)