diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-04-29 13:06:45 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-04-29 13:07:17 +0200 |
commit | 6109eadff58d1fb7052e45c9d44ebc256a9bc5d1 (patch) | |
tree | 90624bfe00e4dc3be0ed8311870c6baa6d936a02 /newlib/libc/string/swab.c | |
parent | 49c051c13352cd2fd2131a379d51a4a63c09283e (diff) | |
download | cygnal-6109eadff58d1fb7052e45c9d44ebc256a9bc5d1.tar.gz cygnal-6109eadff58d1fb7052e45c9d44ebc256a9bc5d1.tar.bz2 cygnal-6109eadff58d1fb7052e45c9d44ebc256a9bc5d1.zip |
Improve check for int32_t being long or int
* libc/include/sys/config.h: Move evaluation of _UINTPTR_EQ_ULONG and
_UINTPTR_EQ_ULONGLONG from here...
* libc/include/sys/_intsup.h: ...to here. Rename to _INTPTR_EQ_LONG
and _INTPTR_EQ_LONGLONG to refer to signed base type. Add test for
base type of int32_t and set _INT32_EQ_LONG accordingly.
* libc/include/stdint.h: Change checks for __have_long32 to checks
for _INT32_EQ_LONG.
* libc/include/inttypes.h: Ditto. Accommodate aforementioned name
change.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/string/swab.c')
0 files changed, 0 insertions, 0 deletions