mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
committed by
Norman Feske
parent
88b370bda2
commit
3b4115bc0c
@ -292,7 +292,7 @@ extern "C" void *mmap(void *addr, size_t length, int prot, int flags, int fd, of
|
|||||||
|
|
||||||
/* called during ldso relocation */
|
/* called during ldso relocation */
|
||||||
if (flags & MAP_LDSO) {
|
if (flags & MAP_LDSO) {
|
||||||
enum { MEM_SIZE = 32 * 1024 };
|
enum { MEM_SIZE = 36 * 1024 };
|
||||||
static char _mem[MEM_SIZE];
|
static char _mem[MEM_SIZE];
|
||||||
|
|
||||||
/* generate fault on allocation */
|
/* generate fault on allocation */
|
||||||
|
Reference in New Issue
Block a user