aboutsummaryrefslogtreecommitdiff
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:56:19 -0800
commit145f3cd17340ae3a1af8aad3bdce8ddcc626ec67 (patch)
tree7a41417f6247e9f3094f1c2b1a2f10d40d98cdf6 /include
parente1b2970d28d26454de9345e1510c6bae257e82e4 (diff)
downloadjemalloc-145f3cd17340ae3a1af8aad3bdce8ddcc626ec67.tar.gz
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 d7f3ef1..def4ba5 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.