summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat/memstat_malloc.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-08 00:39:49 +0000
committerattilio <attilio@FreeBSD.org>2011-05-08 00:39:49 +0000
commitc4bfd6e6a0b17327594355e2f9784702882de234 (patch)
treecc6cfe7cc85cca3082d8e977c6d8e5718b1dddb1 /lib/libmemstat/memstat_malloc.c
parentcae315a3755c81a35be835045fd9d13ec32d5664 (diff)
downloadFreeBSD-src-c4bfd6e6a0b17327594355e2f9784702882de234.zip
FreeBSD-src-c4bfd6e6a0b17327594355e2f9784702882de234.tar.gz
All architectures define the size-bounded types (uint32_t, uint64_t, etc.)
starting from base C types (int, long, etc). That is also reflected when building atomic operations, as the size-bounded types are built from the base C types. However, powerpc does the inverse thing, leading to a serie of nasty bugs. Cleanup the atomic implementation by defining as base the base C type version and depending on them, appropriately. Tested by: jceel
Diffstat (limited to 'lib/libmemstat/memstat_malloc.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud