summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordaan <daanl@outlook.com>2021-12-16 15:35:53 -0800
committerdaan <daanl@outlook.com>2021-12-16 15:35:53 -0800
commit60790e9013eb8fe594cf7b3916baeae2cf03b03c (patch)
tree37752cb43d4d882a38cc4523faed1ec3acf42d59 /src
parent5bbb2ff416ec4d374d49f742dff610028ecd72e4 (diff)
remove accidental define
Diffstat (limited to 'src')
-rw-r--r--src/os.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os.c b/src/os.c
index a799cdf..45182f6 100644
--- a/src/os.c
+++ b/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.