summaryrefslogtreecommitdiff
path: root/src/mman/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mman/mmap.c')
-rw-r--r--src/mman/mmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mman/mmap.c b/src/mman/mmap.c
index eff88d82..2da11b87 100644
--- a/src/mman/mmap.c
+++ b/src/mman/mmap.c
@@ -1,3 +1,4 @@
+#define SYSCALL_NO_TLS 1
#include <unistd.h>
#include <sys/mman.h>
#include <errno.h>