Issue #1667 - Part 1: Define _pthread_self if it is not already defined in jemalloc

This commit is contained in:
Brian Smith 2020-11-16 07:15:29 -06:00 committed by roytam1
commit 0fb2ab04a6

View file

@ -305,6 +305,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