summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nxt_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_lib.c b/src/nxt_lib.c
index 32bd0eff..db3d29c1 100644
--- a/src/nxt_lib.c
+++ b/src/nxt_lib.c
@@ -48,7 +48,7 @@ nxt_lib_start(const char *app, char **argv, char ***envp)
nxt_main_log.level = NXT_LOG_DEBUG;
-#if (NXT_LINUX)
+#if (NXT_HAVE_MALLOPT)
/* Fill memory with 0xAA after malloc() and with 0x55 before free(). */
mallopt(M_PERTURB, 0x55);
#endif