mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
remove accidental define
This commit is contained in:
parent
5bbb2ff416
commit
60790e9013
1 changed files with 0 additions and 2 deletions
2
src/os.c
2
src/os.c
|
@ -8,8 +8,6 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
#define _DEFAULT_SOURCE // ensure mmap flags are defined
|
||||
#endif
|
||||
|
||||
#define MI_USE_SBRK
|
||||
|
||||
#if defined(__sun)
|
||||
// illumos provides new mman.h api when any of these are defined
|
||||
// otherwise the old api based on caddr_t which predates the void pointers one.
|
||||
|
|
Loading…
Add table
Reference in a new issue