mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 05:38:18 +00:00
base: increase maximum file name length
This patch increases the maximum file name length to support 'qt5_qnitpickerviewwidget.lib.so'. Issue #345.
This commit is contained in:
committed by
Norman Feske
parent
58e8481793
commit
fd11bd489e
@ -23,7 +23,7 @@ namespace Genode {
|
||||
|
||||
struct Linux_dataspace : Dataspace
|
||||
{
|
||||
enum { FNAME_LEN = 32 };
|
||||
enum { FNAME_LEN = 40 };
|
||||
struct Filename { char buf[FNAME_LEN]; };
|
||||
|
||||
virtual ~Linux_dataspace() { }
|
||||
|
Reference in New Issue
Block a user