mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-29 06:12:11 +03:00
FreeBSD also needs the OS-X "don't declare system functions as
nothrow" fix since it also has jemalloc in the base system
This commit is contained in:
parent
89fe8ee6bf
commit
c9946fa7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@
|
|||
# define JEMALLOC_COLD
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) && !defined(JEMALLOC_NO_RENAME)
|
||||
#if (defined(__APPLE__) || defined(__FreeBSD__)) && !defined(JEMALLOC_NO_RENAME)
|
||||
# define JEMALLOC_SYS_NOTHROW
|
||||
#else
|
||||
# define JEMALLOC_SYS_NOTHROW JEMALLOC_NOTHROW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue