git: DragonFly_RELEASE_3_2 int64_t is long on x86_64, and not always equivalent to long long.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Nov 29 23:37:46 PST 2012
commit 422a5c5503a13d54a60f5e93eafe35831ed5088b
Author: Sascha Wildner <saw at online.de>
Date: Thu Nov 29 21:57:05 2012 +0100
int64_t is long on x86_64, and not always equivalent to long long.
Similarly, uint64_t is unsigned long.
For their min/max value definitions, change LL/ULL suffixes to L/UL.
The bug report has some C++ sample code that show issues resulting
from treating them as long long.
Reported-by: David Shao <davshao at gmail.com>
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/2461>
Summary of changes:
sys/cpu/x86_64/include/int_limits.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/422a5c5503a13d54a60f5e93eafe35831ed5088b
--
DragonFly BSD source repository
More information about the Commits
mailing list