diff options
Diffstat (limited to 'memory')
-rw-r--r-- | memory/mozjemalloc/jemalloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/memory/mozjemalloc/jemalloc.c b/memory/mozjemalloc/jemalloc.c index 86864e1cd..0eb5241c7 100644 --- a/memory/mozjemalloc/jemalloc.c +++ b/memory/mozjemalloc/jemalloc.c @@ -302,6 +302,9 @@ typedef long ssize_t; #include <mach/mach_init.h> #include <mach/vm_map.h> #include <malloc/malloc.h> +#ifndef _pthread_self +#define _pthread_self() pthread_self() +#endif #endif #endif |