android_bionic/libc
Christopher Ferris 0b13f29b2c Fix missing parentheses.
The BIONIC_ROUND_UP_POWER_OF_2 macro did not have parentheses around
the whole expression. This lead to the wrong value being computed when
used as part of a mathematical expression such as this:

  value = BIONIC_ROUND_UP_POWER_OF_2(value) - 1;

This only happens on 64 bit abis.

Change-Id: I6f8afbdaf16fe64a88fa0246d074b3534c9159c1
2015-12-16 16:11:04 -08:00
..
arch-arm fix the mremap signature 2015-11-06 13:14:43 -08:00
arch-arm64 fix the mremap signature 2015-11-06 13:14:43 -08:00
arch-common/bionic
arch-mips fix the mremap signature 2015-11-06 13:14:43 -08:00
arch-mips64 fix the mremap signature 2015-11-06 13:14:43 -08:00
arch-x86 Fix -fstack-protector-strong for x86. 2015-12-08 12:48:42 -08:00
arch-x86_64 fix the mremap signature 2015-11-06 13:14:43 -08:00
bionic Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
dns
include Add permitted_when_isolated_path to linker namespaces 2015-12-09 13:54:01 -08:00
kernel
private Fix missing parentheses. 2015-12-16 16:11:04 -08:00
stdio Fix stdio static initializers to make both clang and GCC happy. 2015-12-07 11:07:15 -08:00
stdlib Revert "Revert "Remove __sinit and __sdidinit."" 2015-12-05 07:30:59 -08:00
tools Generate libc version-script for brillo 2015-12-14 14:23:06 -08:00
tzcode Improve libc time zone fallback behavior. 2015-11-13 08:38:48 -08:00
upstream-dlmalloc Fix bug in dlmalloc's version of calloc. 2015-12-16 14:48:03 -08:00
upstream-freebsd
upstream-netbsd
upstream-openbsd
zoneinfo
Android.bp Enable using clang to build __cxa_thread_atexit_impl. 2015-11-30 14:43:52 -08:00
Android.mk Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
MODULE_LICENSE_BSD
NOTICE
SYSCALLS.TXT fix the mremap signature 2015-11-06 13:14:43 -08:00
crt.mk
libc.arm.brillo.map Generate libc version-script for brillo 2015-12-14 14:23:06 -08:00
libc.arm.map Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
libc.arm64.map Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
libc.map.txt Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
libc.mips.brillo.map Generate libc version-script for brillo 2015-12-14 14:23:06 -08:00
libc.mips.map Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
libc.mips64.map Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
libc.x86.brillo.map Generate libc version-script for brillo 2015-12-14 14:23:06 -08:00
libc.x86.map Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
libc.x86_64.map Revert "Revert "Remove remaining ndk_cruft from LP64 platforms"" 2015-12-16 19:02:04 +00:00
version_script.txt