diff options
author | Caroline Tice <cmtice@google.com> | 2016-09-26 09:31:48 -0700 |
---|---|---|
committer | Caroline Tice <cmtice@google.com> | 2016-10-04 13:02:43 -0700 |
commit | 9554b320f43eae57037ea27c334446e6c99481c5 (patch) | |
tree | aa102811fb362dbb99b7a69e9d1ae7dd257d9cd0 /gcc-4.9/gcc/insn-notes.def | |
parent | 535de7eb0179bdcd01fcd99f1dad6208250d3706 (diff) | |
download | toolchain_gcc-9554b320f43eae57037ea27c334446e6c99481c5.tar.gz toolchain_gcc-9554b320f43eae57037ea27c334446e6c99481c5.tar.bz2 toolchain_gcc-9554b320f43eae57037ea27c334446e6c99481c5.zip |
[GCC 4.9] Fix posix_memalign declaration.
Remove the 'throw()' from posix_memalign declaration if __GLIBC__ is
not defined, so that it matches declaration in bionic's stdlib.h (avoid
conflicting decl error). Can't remove 'throw ()' altogether, because
it IS in glibc's stdlib.h, which this has to match in ChromeOS.
BUG=b:31366027
TEST=successfully built ChromeOS for x86, x86_64, arm, arm64 and ran
HWTests on all; successfully built chromiumos-sdk. Built Android
platform & kernel. Successfully ran NDK checkbuild.py script.
Change-Id: I0a8b4daf5d10f56f7a318738a0946e4ad5b7dd90
Diffstat (limited to 'gcc-4.9/gcc/insn-notes.def')
0 files changed, 0 insertions, 0 deletions