mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
void sync(char const *path)
Sync now takes a path argument at VFS and File system interfaces. Issue #1648
This commit is contained in:
committed by
Christian Helmuth
parent
96d021b9d4
commit
2da239d0c8
@ -57,8 +57,6 @@ class Vfs::Ram_file_system : public File_system, private ::File_system::Director
|
||||
|
||||
static char const *name() { return "ram"; }
|
||||
|
||||
void sync() { }
|
||||
|
||||
/********************************
|
||||
** File I/O service interface **
|
||||
********************************/
|
||||
|
Reference in New Issue
Block a user