mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #1667 - Part 1: Define _pthread_self if it is not already defined in jemalloc
This commit is contained in:
parent
035de9597b
commit
0fb2ab04a6
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue