diff options
author | Elliott Hughes <enh@google.com> | 2014-12-15 17:18:18 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-12-15 17:18:18 +0000 |
commit | 91e724d42f921dd35943cdc89e8f4c4362da691a (patch) | |
tree | 9924b40a15f20f53bbc813bb61769d05a3f01abd | |
parent | 55e21af2079b7f44b7aa70d8ba08075e8a79ff38 (diff) | |
parent | 1f2977f1149fcf4830fa3ae8f2446985799ee581 (diff) | |
download | build-91e724d42f921dd35943cdc89e8f4c4362da691a.zip build-91e724d42f921dd35943cdc89e8f4c4362da691a.tar.gz build-91e724d42f921dd35943cdc89e8f4c4362da691a.tar.bz2 |
Merge "Remove HAVE_SCHED_H."
7 files changed, 0 insertions, 35 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index 812c742..b1e6f60 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -78,11 +78,6 @@ #define HAVE_STDINT_H 1 /* - * Define if <sched.h> exists. - */ -#define HAVE_SCHED_H 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 2f78c72..6392e04 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -93,11 +93,6 @@ #define HAVE_STDINT_H 1 /* - * Define if <sched.h> exists. - */ -#define HAVE_SCHED_H 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index a6f1874..af8b575 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -93,11 +93,6 @@ #define HAVE_STDINT_H 1 /* - * Define if <sched.h> exists. - */ -#define HAVE_SCHED_H 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index 3f7d6ce..541aff2 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -98,11 +98,6 @@ #define HAVE_STDINT_H 1 /* - * Define if <sched.h> exists. - */ -#define HAVE_SCHED_H 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 528954d..ee308d8 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -93,11 +93,6 @@ #define HAVE_STDINT_H 1 /* - * Define if <sched.h> exists. - */ -#define HAVE_SCHED_H 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 3074440..83c8e1f 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -92,11 +92,6 @@ #define HAVE_STDINT_H 1 /* - * Define if <sched.h> exists. - */ -#define HAVE_SCHED_H 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index f0b9025..5889b1e 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -85,11 +85,6 @@ #define HAVE_STDINT_H 1 /* - * Define if <sched.h> exists. - */ -#define HAVE_SCHED_H 1 - -/* * Define if printf() supports %zd for size_t arguments */ #define HAVE_PRINTF_ZD 1 |