Explorar o código

try to make sure results actually make it to disk

Eric Andersen %!s(int64=19) %!d(string=hai) anos
pai
achega
f3724ee831
Modificáronse 1 ficheiros con 2 adicións e 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;
 }