diff options
| author | Yabin Cui <yabinc@google.com> | 2015-01-27 07:01:18 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-27 07:01:18 +0000 |
| commit | 3406d98844b1ad6733aaa61b4cdaa4f664981bfa (patch) | |
| tree | dd03be19277f365273c2edcf09a7fb49da82db5c | |
| parent | 995a232f386fd24eed9d2c222128339588b33207 (diff) | |
| parent | 2fb29ee7f7b37d4e255231b35d6618876e268d74 (diff) | |
| download | android_hardware_intel_common_libwsbm-3406d98844b1ad6733aaa61b4cdaa4f664981bfa.tar.gz android_hardware_intel_common_libwsbm-3406d98844b1ad6733aaa61b4cdaa4f664981bfa.tar.bz2 android_hardware_intel_common_libwsbm-3406d98844b1ad6733aaa61b4cdaa4f664981bfa.zip | |
am 2fb29ee7: Kill HAVE_PTHREADS.
* commit '2fb29ee7f7b37d4e255231b35d6618876e268d74':
Kill HAVE_PTHREADS.
| -rw-r--r-- | src/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h index 68cf913..db26fd7 100644 --- a/src/config.h +++ b/src/config.h @@ -10,9 +10,6 @@ /* Define to 1 if you have the <memory.h> header file. */ #define HAVE_MEMORY_H 1 -#ifdef ANDROID -#undef HAVE_PTHREADS -#endif /* "os has pthreads" */ #define HAVE_PTHREADS 1 |
