aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-11-02 19:18:33 -0700
committerJason Evans <jasone@canonware.com>2016-11-02 19:35:12 -0700
commitda206df10bc51f547d05563ebf17291f3f9471b0 (patch)
tree72db7aefc7abab2068e087cf0e31e205d74d1e17 /include
parent3f2b8d9cfaebdf0565da3f1ea6e8af11874eae8f (diff)
downloadjemalloc-da206df10bc51f547d05563ebf17291f3f9471b0.tar.gz
Do not use syscall(2) on OS X 10.12 (deprecated).
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/jemalloc_internal_defs.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal_defs.h.in b/include/jemalloc/internal/jemalloc_internal_defs.h.in
index 385801b..9b3dca5 100644
--- a/include/jemalloc/internal/jemalloc_internal_defs.h.in
+++ b/include/jemalloc/internal/jemalloc_internal_defs.h.in
@@ -71,6 +71,9 @@
*/
#undef JEMALLOC_OSSPIN
+/* Defined if syscall(2) is available. */
+#undef JEMALLOC_HAVE_SYSCALL
+
/*
* Defined if secure_getenv(3) is available.
*/