mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-02 08:30:27 +03:00
DragonFlyBSD build support.
This commit is contained in:
parent
bf72188f80
commit
ef6d51ed44
4 changed files with 4 additions and 4 deletions
|
|
@ -815,7 +815,7 @@ malloc_ncpus(void) {
|
|||
* is available, to avoid using more arenas than necessary.
|
||||
*/
|
||||
{
|
||||
# if defined(__FreeBSD__)
|
||||
# if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
cpuset_t set;
|
||||
# else
|
||||
cpu_set_t set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue