summaryrefslogtreecommitdiffstats
path: root/test/mremap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mremap.c')
-rw-r--r--test/mremap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/mremap.c b/test/mremap.c
index 146c66f..8d35a64 100644
--- a/test/mremap.c
+++ b/test/mremap.c
@@ -17,8 +17,7 @@ main(void)
fprintf(stderr, "Test begin\n");
sz = sizeof(lg_chunk);
- if ((err = JEMALLOC_P(mallctl)("opt.lg_chunk", &lg_chunk, &sz, NULL,
- 0))) {
+ if ((err = mallctl("opt.lg_chunk", &lg_chunk, &sz, NULL, 0))) {
assert(err != ENOENT);
fprintf(stderr, "%s(): Error in mallctl(): %s\n", __func__,
strerror(err));