summaryrefslogtreecommitdiff
path: root/xmalloc.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-06-08 00:47:07 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-06-08 00:47:07 +1000
commit130ef0695e1731392ca33831939fe89e8b70cc17 (patch)
tree7258880f044236f88cf9d896c66adcf0ccc66cd7 /xmalloc.c
parent25e3bccbaa63d27b9d5e09c123f1eb28594d2bd6 (diff)
Include missed bits from previous sync.
Diffstat (limited to 'xmalloc.c')
-rw-r--r--xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmalloc.c b/xmalloc.c
index be26510cf..dc22757b0 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -27,7 +27,7 @@
27#include "log.h" 27#include "log.h"
28 28
29#if defined(__OpenBSD__) 29#if defined(__OpenBSD__)
30+char *malloc_options = "S"; 30char *malloc_options = "S";
31#endif /* __OpenBSD__ */ 31#endif /* __OpenBSD__ */
32 32
33void * 33void *