This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
PUBLIC_REPOS
/
buildroot
réplica de
git://git.buildroot.net/buildroot
Seguir
2
Destacar
1
Fork
0
Ficheiros
Explorar o código
try to make sure results actually make it to disk
Eric Andersen
%!s(int64=19) %!d(string=hai) anos
pai
eada0a459e
achega
f3724ee831
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
target/makedevs/makedevs.c
+ 2
- 0
target/makedevs/makedevs.c
Ver ficheiro
@@ -527,5 +527,7 @@ loop:
}
fclose(table);
+ system("/bin/sync");
+
return 0;
}