This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
PUBLIC_REPOS
/
buildroot
espejo de
git://git.buildroot.net/buildroot
Seguir
2
Destacar
1
Fork
0
Archivos
Explorar el Código
try to make sure results actually make it to disk
Eric Andersen
hace 19 años
padre
eada0a459e
commit
f3724ee831
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
target/makedevs/makedevs.c
+ 2
- 0
target/makedevs/makedevs.c
Ver fichero
@@ -527,5 +527,7 @@ loop:
}
fclose(table);
+ system("/bin/sync");
+
return 0;
}