mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
remove OSX support
This commit is contained in:
parent
bd90dd917f
commit
8fb608b22d
5 changed files with 0 additions and 67 deletions
|
|
@ -297,22 +297,9 @@ typedef long ssize_t;
|
|||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#ifndef MOZ_MEMORY_DARWIN
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef MOZ_MEMORY_DARWIN
|
||||
#include <libkern/OSAtomic.h>
|
||||
#include <mach/mach_error.h>
|
||||
#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
|
||||
|
||||
#include "jemalloc_types.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue