Use unsigned long int instead of unsigned long long int on LP64
platforms. This avoids warnings when compiling with -pedantic.
Fixes BZ #211926.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14732 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index cffbefe..bd178ef 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@
where XXXXXX is the bug number as listed below.
155125 avoid cutting away file:lineno after long function name
+211926 Avoid compilation warnings in valgrind.h with -pedantic
333051 mmap of huge pages fails due to incorrect alignment
335440 arm64: ld1 (single structure) is not implemented
335713 arm64: unhanded instruction: prfm (immediate)