diff options
author | Elliott Hughes <enh@google.com> | 2014-08-19 11:16:41 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-08-19 11:18:20 -0700 |
commit | f4c948a9e9b616c4f133f9495dacb105e51b3e49 (patch) | |
tree | 47e300fdbb36f28ab843468ad484a8d8a74a06e9 /libm | |
parent | 17f83c93cbbde3e38a03182931f40b7390061a7d (diff) | |
download | bionic-f4c948a9e9b616c4f133f9495dacb105e51b3e49.zip bionic-f4c948a9e9b616c4f133f9495dacb105e51b3e49.tar.gz bionic-f4c948a9e9b616c4f133f9495dacb105e51b3e49.tar.bz2 |
Move the meat of <features.h> into <sys/cdefs.h>.
This way it's a lot harder for us to screw up (since we should always
be including <sys/cdefs.h> anyway).
Bug: 14659579
Change-Id: I23070fff3296b0d1c683bb5e3a6e214146327d53
Diffstat (limited to 'libm')
-rw-r--r-- | libm/include/math.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/include/math.h b/libm/include/math.h index a808d8d..c51f3af 100644 --- a/libm/include/math.h +++ b/libm/include/math.h @@ -17,7 +17,6 @@ #ifndef _MATH_H_ #define _MATH_H_ -#include <features.h> #include <sys/cdefs.h> #include <limits.h> |