Explorar el Código

try to make sure results actually make it to disk

Eric Andersen hace 19 años
padre
commit
f3724ee831
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      target/makedevs/makedevs.c

+ 2 - 0
target/makedevs/makedevs.c

@@ -527,5 +527,7 @@ loop:
 	}
 	fclose(table);
 
+	system("/bin/sync");
+
 	return 0;
 }