commit | 17f4026295d6709d5751f3875a342970965c75b2 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Sep 29 10:04:21 2016 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Sep 29 10:09:36 2016 -0700 |
tree | a7aef3772b8c3f66cee4bf64713bb614089db9a9 | |
parent | 7c8a5e010f2b2560ad7689a14c289a5455a32fe8 [diff] |
Stop shadowing __pure2 in math.h. I'd actually fixed sys/cdefs.h quite some time ago, but that definition of __pure2 was being clobbered by the bogus one in math.h. Test: clang -E -dM --sysroot $NDK/platforms/android-9/arch-arm/ \ platforms/android-9/include/math.h | grep __pure2 Bug: http://b.android.com/62020 Change-Id: I9b93a7c46075a02ed1ea0ca2cc77624b15955c7f