This website works better with JavaScript
Home
Explore
Help
Sign In
PUBLIC_REPOS
/
buildroot
mirror of
git://git.buildroot.net/buildroot
Watch
2
Star
1
Fork
0
Files
Browse Source
try to make sure results actually make it to disk
Eric Andersen
19 years ago
parent
eada0a459e
commit
f3724ee831
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
target/makedevs/makedevs.c
+ 2
- 0
target/makedevs/makedevs.c
View File
@@ -527,5 +527,7 @@ loop:
}
fclose(table);
+ system("/bin/sync");
+
return 0;
}