mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-18 08:31:46 +03:00
Do not use syscall(2) on OS X 10.12 (deprecated).
This commit is contained in:
parent
795f6689de
commit
d82f2b3473
4 changed files with 24 additions and 4 deletions
|
|
@ -71,6 +71,9 @@
|
|||
*/
|
||||
#undef JEMALLOC_OSSPIN
|
||||
|
||||
/* Defined if syscall(2) is available. */
|
||||
#undef JEMALLOC_HAVE_SYSCALL
|
||||
|
||||
/*
|
||||
* Defined if secure_getenv(3) is available.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue