This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
PUBLIC_REPOS
/
buildroot
mirror da
git://git.buildroot.net/buildroot
Segui
2
Vota
1
Forka
0
File
Sfoglia il codice sorgente
try to make sure results actually make it to disk
Eric Andersen
19 anni fa
parent
eada0a459e
commit
f3724ee831
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
target/makedevs/makedevs.c
+ 2
- 0
target/makedevs/makedevs.c
Vedi File
@@ -527,5 +527,7 @@ loop:
}
fclose(table);
+ system("/bin/sync");
+
return 0;
}