diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-10-11 10:28:30 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-10-11 10:28:30 +0000 |
commit | f770cf44c3fc734d56e249d3a8324c8c21fe3cb4 (patch) | |
tree | 83eb7e8045015ec53f072fd60d2c3f32f28c231e /newlib/libc/include/sys/config.h | |
parent | afc65aebbdde338f969adc7302fe9581bca8f1c0 (diff) | |
download | cygnal-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/sys/config.h')
-rw-r--r-- | newlib/libc/include/sys/config.h | 1 |
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 |