summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2002-10-11 10:28:30 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2002-10-11 10:28:30 +0000
commitf770cf44c3fc734d56e249d3a8324c8c21fe3cb4 (patch)
tree83eb7e8045015ec53f072fd60d2c3f32f28c231e /newlib/libc/include
parentafc65aebbdde338f969adc7302fe9581bca8f1c0 (diff)
downloadcygnal-f770cf44c3fc734d56e249d3a8324c8c21fe3cb4.tar.gz
cygnal-f770cf44c3fc734d56e249d3a8324c8c21fe3cb4.tar.bz2
cygnal-f770cf44c3fc734d56e249d3a8324c8c21fe3cb4.zip
* libc/include/sys/config.h (SIZE_T_SMALLER_THAN_LONG): Undefine.
* libc/stdlib/mallocr.c (long_sub_size_t): Define in a way that doesn't require the SIZE_T_SMALLER_THAN_LONG macro.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r--newlib/libc/include/sys/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h
index 2f54b0aac..5d8911a8b 100644
--- a/newlib/libc/include/sys/config.h
+++ b/newlib/libc/include/sys/config.h
@@ -91,7 +91,6 @@
#undef UINT_MAX
#define INT_MAX __INT_MAX__
#define UINT_MAX (__INT_MAX__ * 2U + 1)
-#define SIZE_T_SMALLER_THAN_LONG
#define MALLOC_ALIGNMENT 8
#define _POINTER_INT short
#define __BUFSIZ__ 16