This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
PUBLIC_REPOS
/
buildroot
kopia lustrzana
git://git.buildroot.net/buildroot
Obserwuj
2
Polub
1
Forkuj
0
Pliki
Przeglądaj źródła
try to make sure results actually make it to disk
Eric Andersen
19 lat temu
rodzic
eada0a459e
commit
f3724ee831
1 zmienionych plików
z
2 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
2
0
target/makedevs/makedevs.c
+ 2
- 0
target/makedevs/makedevs.c
Wyświetl plik
@@ -527,5 +527,7 @@ loop:
}
fclose(table);
+ system("/bin/sync");
+
return 0;
}