forked from aosp-mirror/platform_development
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,6 @@ | |
#include <sys/types.h> | ||
#include <limits.h> | ||
|
||
#define __pure2 | ||
|
||
/* | ||
* ANSI/POSIX | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,6 @@ | |
#include <sys/types.h> | ||
#include <limits.h> | ||
|
||
#define __pure2 | ||
|
||
/* | ||
* ANSI/POSIX | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,6 @@ | |
#include <sys/types.h> | ||
#include <limits.h> | ||
|
||
#define __pure2 | ||
|
||
/* | ||
* ANSI/POSIX | ||
*/ | ||
|