aboutsummaryrefslogtreecommitdiffstats
path: root/libtest/globals.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-12 21:22:54 +0200
committerMattias Andrée <m@maandree.se>2026-05-12 21:22:54 +0200
commitfc0b70a60407e1e65610712a702f8286db3a328c (patch)
tree05f42c75245c1160c4bf7a7d391de7a16b109c83 /libtest/globals.c
parentMisc (diff)
downloadlibrecrypt-fc0b70a60407e1e65610712a702f8286db3a328c.tar.gz
librecrypt-fc0b70a60407e1e65610712a702f8286db3a328c.tar.bz2
librecrypt-fc0b70a60407e1e65610712a702f8286db3a328c.tar.xz
Work on test code
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libtest/globals.c')
-rw-r--r--libtest/globals.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtest/globals.c b/libtest/globals.c
index 430f037..cf8164e 100644
--- a/libtest/globals.c
+++ b/libtest/globals.c
@@ -21,6 +21,9 @@ volatile int libtest_strndup_is_custom = -1;
volatile int libtest_wcsdup_is_custom = -1;
volatile int libtest_wcsndup_is_custom = -1;
volatile int libtest_memdup_is_custom = -1;
+volatile int libtest_mmap_is_custom = -1;
+volatile int libtest_munmap_is_custom = -1;
+volatile int libtest_mremap_is_custom = -1;
struct meminfo libtest_allocs_head;
struct meminfo libtest_allocs_tail;