summaryrefslogtreecommitdiffstats
path: root/make/custom/Cygwin-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/Cygwin-posix.cfg')
-rw-r--r--make/custom/Cygwin-posix.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index c4d777bcb2..ceda364d78 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -16,7 +16,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_LIBC_DIR must already be set (by configuration) DOES NOT MATTER
LIBC_DEFINES =-D_POSIX_C_SOURCE
-LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED
+LIBC_DEFINES+=-DRTEMS_UNIXLIB -DRTEMS_UNIX
# The following define the memory reserved in the executable for the
# RTEMS Workspace and the C Program Heap.