aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-12-03 16:47:36 -0800
committerJason Evans <jasone@canonware.com>2016-12-03 16:50:58 -0800
commitacb7b1f53e25fcad89375512e6eaea8115dc6af5 (patch)
tree63f318c558656c195a020896e3bb1c63b08ad2a5 /include
parent7179351a45f00fa943cfe23b555036615b91ce9d (diff)
downloadplatform_external_jemalloc_new-acb7b1f53e25fcad89375512e6eaea8115dc6af5.tar.gz
platform_external_jemalloc_new-acb7b1f53e25fcad89375512e6eaea8115dc6af5.tar.bz2
platform_external_jemalloc_new-acb7b1f53e25fcad89375512e6eaea8115dc6af5.zip
Add --disable-syscall.
This resolves #517.
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/jemalloc_internal_defs.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal_defs.h.in b/include/jemalloc/internal/jemalloc_internal_defs.h.in
index c345214b..aa0c0474 100644
--- a/include/jemalloc/internal/jemalloc_internal_defs.h.in
+++ b/include/jemalloc/internal/jemalloc_internal_defs.h.in
@@ -66,8 +66,8 @@
*/
#undef JEMALLOC_OSSPIN
-/* Defined if syscall(2) is available. */
-#undef JEMALLOC_HAVE_SYSCALL
+/* Defined if syscall(2) is usable. */
+#undef JEMALLOC_USE_SYSCALL
/*
* Defined if secure_getenv(3) is available.