diff options
| author | Jason Evans <jasone@canonware.com> | 2016-11-03 02:18:33 (GMT) |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2016-11-03 02:18:33 (GMT) |
| commit | d82f2b3473daef45d92d2a83d11487b22f9db4d3 (patch) | |
| tree | bbc90aba058c1c43ddc8e86372f46e890b076c1b /include | |
| parent | 795f6689dec28f161afbf5964ef1b17288dd384d (diff) | |
| download | jemalloc-d82f2b3473daef45d92d2a83d11487b22f9db4d3.zip jemalloc-d82f2b3473daef45d92d2a83d11487b22f9db4d3.tar.gz jemalloc-d82f2b3473daef45d92d2a83d11487b22f9db4d3.tar.bz2 | |
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.in | 3 |
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 dcbad72..4d2daea 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. */ |
