From 60790e9013eb8fe594cf7b3916baeae2cf03b03c Mon Sep 17 00:00:00 2001 From: daan Date: Thu, 16 Dec 2021 15:35:53 -0800 Subject: [PATCH] remove accidental define --- src/os.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/os.c b/src/os.c index a799cdf1..45182f64 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.