mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
libc_fs: Use priority higher than libc_vfs
This way, we make sure that libc_fs is used if both plugins are present, which happens during the transition to libc_vfs.
This commit is contained in:
parent
16378745bf
commit
fd66252ca4
@ -211,8 +211,10 @@ class Plugin : public Libc::Plugin
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
* Use priority 1 to override libc_vfs.
|
||||
*/
|
||||
Plugin() { }
|
||||
Plugin() : Libc::Plugin(1) { }
|
||||
|
||||
~Plugin() { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user