mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
parent
d39dfef98f
commit
97374cf57e
@ -292,7 +292,7 @@ extern "C" void *mmap(void *addr, size_t length, int prot, int flags, int fd, of
|
||||
|
||||
/* called during ldso relocation */
|
||||
if (flags & MAP_LDSO) {
|
||||
enum { MEM_SIZE = 40 * 1024 };
|
||||
enum { MEM_SIZE = 44 * 1024 };
|
||||
static char _mem[MEM_SIZE];
|
||||
|
||||
/* generate fault on allocation */
|
||||
|
Loading…
Reference in New Issue
Block a user