mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-25 22:00:32 +00:00
e3be65833f
This patch moves the VFS file-system factory to a separate vfs library that is independent from libc. This enables libc-less Genode programs to easily use the VFS infrastructure. Fixes #1561