This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
PUBLIC_REPOS
/
buildroot
mirror de
git://git.buildroot.net/buildroot
Observar
2
Favorito
1
Fork
0
Arquivos
Ver código fonte
try to make sure results actually make it to disk
Eric Andersen
19 anos atrás
pai
eada0a459e
commit
f3724ee831
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão unificada
Mostrar estatísticas do Diff
2
0
target/makedevs/makedevs.c
+ 2
- 0
target/makedevs/makedevs.c
Ver arquivo
@@ -527,5 +527,7 @@ loop:
}
}
fclose(table);
fclose(table);
+ system("/bin/sync");
+
return 0;
return 0;
}
}