add sync implementation to various fs servers

Fixes #1007.
This commit is contained in:
Josef Söntgen
2013-12-18 14:36:17 +01:00
committed by Norman Feske
parent 1c67e3bb43
commit e1370b558e
4 changed files with 15 additions and 0 deletions

View File

@@ -852,6 +852,9 @@ namespace File_system {
{
PWRN("File_system::Session::sigh not supported");
}
/* ffat only supports fsync(2) */
void sync() { }
};