summaryrefslogtreecommitdiff
path: root/src/malloc_hook_mmap_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc_hook_mmap_linux.h')
-rw-r--r--src/malloc_hook_mmap_linux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/malloc_hook_mmap_linux.h b/src/malloc_hook_mmap_linux.h
index fb93b8a..927c533 100644
--- a/src/malloc_hook_mmap_linux.h
+++ b/src/malloc_hook_mmap_linux.h
@@ -56,7 +56,8 @@
|| defined(__PPC64__) \
|| defined(__aarch64__) \
|| (defined(_MIPS_SIM) && (_MIPS_SIM == _ABI64 || _MIPS_SIM == _ABIN32)) \
- || defined(__s390__) || (defined(__riscv) && __riscv_xlen == 64)
+ || defined(__s390__) || (defined(__riscv) && __riscv_xlen == 64) \
+ || defined(__e2k__)
static inline void* do_mmap64(void *start, size_t length,
int prot, int flags,