Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-09-07 00:46:27 +0400
committerChristopher Faylor <me@cgf.cx>2000-09-07 00:46:27 +0400
commita385ae75081696ea9d0299cdce50d4261a22fa35 (patch)
tree23c31cd729ba845f08499ef2a6282713de91cec5 /newlib/libc/stdlib
parentb16bb9f7186b3e38802a3cd88b57d1f23f57604a (diff)
* Makefile.am: Fix space vs. tab problem in install-data-local.
* Makefile.in: Regenerate. * libc/include/_ansi.h (_EXFUN): Define specially for __CYGWIN__. (_EXPARM): New macro for defining a function parameter. * libc/include/stdlib.h: Use _EXPARM. * libc/stdlib/mallocr.c: Don't build cfree for Cygwin.
Diffstat (limited to 'newlib/libc/stdlib')
-rw-r--r--newlib/libc/stdlib/mallocr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/mallocr.c b/newlib/libc/stdlib/mallocr.c
index 797e04656..c2b2fb91f 100644
--- a/newlib/libc/stdlib/mallocr.c
+++ b/newlib/libc/stdlib/mallocr.c
@@ -3198,7 +3198,7 @@ Void_t* cALLOc(RARG n, elem_size) RDECL size_t n; size_t elem_size;
#endif /* DEFINE_CALLOC */
-#ifdef DEFINE_CFREE
+#if defined(DEFINE_CFREE) && !defined(__CYGWIN__)
/*