summaryrefslogtreecommitdiffstats
path: root/core/combo/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove more namespace pollution.Elliott Hughes2014-11-088-56/+0
| | | | | | | Nothing in our tree is using this HAVE_BACKTRACE definition, but we do have a hack in external/llvm to work around the namespace pollution. Change-Id: Ib51d8bbd598dd2961a028216bf0b489dc7ad4880
* Remove HAVE_(GNU|BSD)_QSORT_R from AndroidConfig.h.Dan Albert2014-10-016-308/+1
| | | | Change-Id: If2018529a6c067b63e1a59c16c911d63ec2ebbf4
* Test __GLIBC__ is defined before using its value.Ian Rogers2014-09-251-1/+1
| | | | | | Avoids -Wundef warning. Change-Id: I52d8223500fe31cdf7023e32e96df75e33eb2f7e
* Remove unused HAVE_OFF64_T.Elliott Hughes2014-09-238-40/+0
| | | | Change-Id: I24acf64efcd0fd84d5dda342d4c4293fa59fae1a
* Remove the unused IPC macros.Elliott Hughes2014-09-228-78/+1
| | | | | | | There are still a couple of references to HAVE_WIN32_IPC to be dealt with later. Change-Id: Id131fbf2e96d4c1c7bb98629779045375bd5f85f
* build: remove HAVE_OOM_ADJTodd Poynor2014-09-228-56/+0
| | | | | | This define is no longer used. Change-Id: I6615d6e4aa09f71b7c4c435ccb83a07bba91b6dc
* Remove unused HAVE_EPOLL.Elliott Hughes2014-09-196-30/+0
| | | | | | | The only people who appear to be using this are actually using their own one. Change-Id: I349ed4ce3874c1b2f9bad56c93c8ccee88ae9432
* HAVE_FUTEX is unused.Elliott Hughes2014-08-208-44/+0
| | | | | | I missed this the other day. Change-Id: Ifb6912de3aae6d03593ffb08d8d9555dc9e53f4d
* Merge "Remove HAVE_ANDROID_PTHREAD_SETNAME_NP."Elliott Hughes2014-08-215-40/+0
|\
| * Remove HAVE_ANDROID_PTHREAD_SETNAME_NP.Elliott Hughes2014-08-205-40/+0
| | | | | | | | | | | | https://android-review.googlesource.com/104945 removes the only user. Change-Id: I303d941036ab889ab747f26561506a5e1c93f0c2
* | HAVE_OPEN_MEMSTREAM is no longer used.Elliott Hughes2014-08-208-40/+0
|/ | | | | Bug: 17164505 Change-Id: I8055e52019d8cdea957d0fb8cbd46ca9b52564e1
* Remove unused entries from AndroidConfig.h.Elliott Hughes2014-08-188-170/+0
| | | | | | | We should probably try to remove these files completely, but this at least takes care of the stuff that's completely obsolete. Change-Id: Ic71b7b491c119963068294e258dc6afe5a45b40d
* Remove HAVE_GETTID.Elliott Hughes2014-08-187-36/+0
| | | | | Bug: 17048545 Change-Id: Ib5b72ecb451a26cb393147a44601566400ca1dd6
* Remove unused hosts.Elliott Hughes2014-06-162-676/+0
| | | | | | Nobody is using freebsd-x86 or linux-ppc. Change-Id: I4e19fd32d92b39ad574001e7046e37ccd2300a2e
* Remove useless stuff from "AndroidConfig.h".Elliott Hughes2014-06-128-97/+2
| | | | | | | | The futex wrappers and memcmp16 are no longer available to anyone. No one was checking for the existence of the SA_NOCLDWAIT constant, and even if they wanted to, they could just check directly. Change-Id: If8ac6c2617b76b23a2450f58fc03453f7f82a61f
* "desktop" linux has Posix clocks.Narayan Kamath2014-04-101-4/+1
| | | | Change-Id: I90885a2bbb65f14f774ae72b2ca6738176bf0341
* Stop defining HAVE_TIMEDWAIT_MONOTONIC.Narayan Kamath2014-04-099-54/+0
| | | | | | | We no longer provide this function in bionic. All callers should be moved over to pthread_condattr_setclock(). Change-Id: Iccd3384b40de423f7d5f9521b6d8073bf8bdea42
* [MIPS64] Add mips64 targetChris Dearman2014-02-051-0/+369
| | | | | Change-Id: Ice1621101c0d5a3314db288542ca8020e3f406bf Signed-off-by: Duane Sand <duane.sand@imgtec.com>
* build: rename aarch64 target to arm64Colin Cross2014-01-231-0/+0
| | | | | | | Rename aarch64 build targets to arm64. The gcc toolchain is still aarch64. Change-Id: Ia92d8a50824e5329cf00fd6f4f92eae112b7f3a3
* Fix aarch64 and x86-64 AndroidConfig.h.Elliott Hughes2013-12-182-5/+5
| | | | | | | _LARGEFILE_SOURCE should never be defined with bionic. _FILE_OFFSET_BITS should be 64 on 64-bit architectures. Change-Id: I7acf6b39a3af7782d5d7ad00f709593d96fa8522
* Windows SDK: define BEGIN_DECLS/END_DECLS.Raphael Moll2013-11-081-1/+19
| | | | | | These macros are not provided by MingW by default. Change-Id: I623fda6c8e25e26573543c9368ebad47abc7f5c3
* Add generic aarch64 board config and build rules.Ben Cheng2013-10-071-0/+362
| | | | Change-Id: I8b4a377596705dfa0a3bd234162d183ec2ae9530
* Remove HAVE_DLADDR from AndroidConfig.h.Elliott Hughes2013-01-258-56/+0
| | | | Change-Id: I014ce98c61b12169e381b769af34b682df46087e
* Move AndroidConfig.h from system/core to the build project.Ying Wang2012-09-208-0/+2854
So unbundled branches don't need to include the system/core project. Change-Id: Ic4ef62ee6df069b9b2dd123aed95a3e7fcdfc146