mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
parent
d67e369433
commit
db23227ac3
@ -830,6 +830,7 @@ int Libc::Vfs_plugin::ioctl(Libc::File_descriptor *fd, int request, char *argp)
|
|||||||
int Libc::Vfs_plugin::ftruncate(Libc::File_descriptor *fd, ::off_t length)
|
int Libc::Vfs_plugin::ftruncate(Libc::File_descriptor *fd, ::off_t length)
|
||||||
{
|
{
|
||||||
Vfs::Vfs_handle *handle = vfs_handle(fd);
|
Vfs::Vfs_handle *handle = vfs_handle(fd);
|
||||||
|
_vfs_sync(handle);
|
||||||
|
|
||||||
typedef Vfs::File_io_service::Ftruncate_result Result;
|
typedef Vfs::File_io_service::Ftruncate_result Result;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user