mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-21 02:12:15 +03:00
Fix the gettid() detection caught by @mrluanma .
This commit is contained in:
parent
52fa9577ba
commit
20cc983314
2 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include "jemalloc/internal/malloc_io.h"
|
||||
#include "jemalloc/internal/prof_sys.h"
|
||||
|
||||
#if defined (__linux__) && defined(JE_HAVE_GETTID)
|
||||
#if defined (__linux__) && defined(JEMALLOC_HAVE_GETTID)
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue