From 47148e4f854e050217dcb14b6c9abd9374b1802a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 7 Nov 2004 06:49:39 +0000 Subject: 2004-11-07 Ralf Corsepius * libcsupport/include/sys/_stdint.h: Special-case int64_t (GCC has __LONG_LONG_MAX__, while POSIX mandates LLONG_MAX. This break __EXP(LONG_LONG_MAX)). --- cpukit/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 62279bc4af..02142cc315 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2004-11-07 Ralf Corsepius + + * libcsupport/include/sys/_stdint.h: Special-case int64_t (GCC has + __LONG_LONG_MAX__, while POSIX mandates LLONG_MAX. This break + __EXP(LONG_LONG_MAX)). + 2004-11-05 Joel Sherrill * libnetworking/machine/endian.h: Protect BYTE_ORDER from double -- cgit v1.2.3