summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-arm
Commit message (Collapse)AuthorAgeFilesLines
* AndroidConfig.h: ensure HAVE_MALLOC_H always has a value.Nick Kralevich2015-04-081-1/+1
| | | | | | | | | | Some programs (cough sqlite cough) do an improper check to see if HAVE_MALLOC_H is defined. Instead of defining it with no value, define it with a value so those checks pass. Needed for bug: 20099586 Change-Id: I4c293b2c1b5f4caad85ffc1fc34ac385bab23f5c
* Remove HAVE_PRINTF_ZD.Elliott Hughes2015-04-031-5/+0
| | | | Change-Id: Ie7677e4816ad886c13a8ac869e7c7342082a350f
* Remove HAVE_STRLCPY.Elliott Hughes2015-04-021-5/+0
| | | | Change-Id: I27864a9075183de5bd83569d53a00fc2f53c96df
* Kill HAVE_PTHREADS.Yabin Cui2015-01-271-9/+0
| | | | | Bug: 19083585 Change-Id: I5be0d2f95c3c45e7f67de6a8daeb49709ef1f9e9
* Remove HAVE_SYMLINKS.Elliott Hughes2015-01-121-6/+0
| | | | Change-Id: I685357292af45a048439f0df0ae45f513479841a
* Remove HAVE_LIBC_SYSTEM_PROPERTIES and HAVE_SYSTEM_PROPERTY_SERVER.Elliott Hughes2015-01-121-5/+0
| | | | | | | In particular, no one has had the system property server since we killed the sim-eng build... Change-Id: If576ec546b0ba2ad3c5299876027ca9ac189cf4a
* Remove HAVE_POSIX_CLOCKS.Elliott Hughes2015-01-091-5/+0
| | | | Change-Id: Ide6f54f70bc5edda9ec1f1f05ebaa0acf58aaa77
* Remove HAVE_PRCTL.Elliott Hughes2015-01-091-5/+0
| | | | Change-Id: Ic58f8e4c0f749bbc19e5d14de8d99321e7cf833c
* Remove HAVE_SYS_SOCKET_H.Elliott Hughes2015-01-091-5/+0
| | | | Change-Id: I9ee38c603e3933b012da818b386cb374eec9fe21
* Remove HAVE_SCHED_H.Elliott Hughes2014-12-141-5/+0
| | | | Change-Id: I1308b90c4b33d0ab1a01de44bebba03687217f2b
* Remove unused OS_SHARED_LIB_FORMAT_STR.Elliott Hughes2014-12-121-5/+0
| | | | Change-Id: Ibaaf112c5a6bfe2084fe34e32e31bcd755e718a8
* Remove ARCH_ARM.Elliott Hughes2014-12-041-5/+0
| | | | Change-Id: Ic3014aa01f82204b75c54ab3f7afa3a44890e02e
* Remove HAVE_SYS_UIO_H.Elliott Hughes2014-11-251-10/+0
| | | | Change-Id: I4f401900285e166486bb426ac02bc69fc5509a3c
* Remove unused HAVE_STDBOOL_H.Elliott Hughes2014-11-251-5/+0
| | | | Change-Id: I0072847719566e9622ec9765673fdeb8be9eb5ef
* Kill unused HAVE_WRITEV.Elliott Hughes2014-11-251-5/+0
| | | | Change-Id: I6e4df2449b27d67f207fc53b19e49b21f9cee611
* Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.Elliott Hughes2014-11-211-10/+0
| | | | Change-Id: Ie596af7460ec33d70d7327e629b38d641ef48ba2
* Kill LOCAL_SOCKET_NAMESPACE.Elliott Hughes2014-11-211-5/+0
| | | | Change-Id: I40c63b8e7ae1174ac902b545555ddab65b3fef38
* kill HAVE_PREADYabin Cui2014-11-191-5/+0
| | | | | Bug: 18397613 Change-Id: I0061f8080709449f13dc76ce61097a2671c799ff
* kill HAVE_MADVISEYabin Cui2014-11-181-5/+0
| | | | | Bug: 18397020 Change-Id: I6b9c7d30432858131379759e738d3e04bc8d5fb5
* kill HAVE_TERMIO_HYabin Cui2014-11-171-5/+0
| | | | | Bug: 18398307 Change-Id: I54fc0235fbc40630f8024570b928dba115b1c39a
* kill HAVE_FORKEXECYabin Cui2014-11-121-8/+0
| | | | | Bug: 18317407 Change-Id: Idaff8a161305325dbb0a9e00764afe98b66e3312
* Merge "kill HAVE_POSIX_FILEMAP"Yabin Cui2014-11-131-8/+0
|\
| * kill HAVE_POSIX_FILEMAPYabin Cui2014-11-111-8/+0
| | | | | | | | | | Bug: 18315579 Change-Id: I7a20ad40dc0ec121f0e84202831e6019005104e7
* | remove __linux__ in AndroidConfig.hYabin Cui2014-11-101-8/+1
|/ | | | | Bug: 18316409 Change-Id: If6644074ec86efc2f9f91a98bf82fe26be6f66d3
* Merge "kill OS_CASE_SENSITIVE"Yabin Cui2014-11-111-5/+0
|\
| * kill OS_CASE_SENSITIVEYabin Cui2014-11-101-5/+0
| | | | | | | | | | Bug: 18314594 Change-Id: I5dc5072d43299c0e5d96ce9640e8405cbb633506
* | Merge "kill HAVE_INOTIFY"Yabin Cui2014-11-111-5/+0
|\ \
| * | kill HAVE_INOTIFYYabin Cui2014-11-101-5/+0
| |/ | | | | | | | | Bug: 18314841 Change-Id: Idfcbeb62a57f72a47eb732f085fbd1ab27302f85
* | Merge "kill HAVE_STAT_ST_MTIM"Yabin Cui2014-11-111-5/+0
|\ \
| * | kill HAVE_STAT_ST_MTIMYabin Cui2014-11-101-5/+0
| |/ | | | | | | | | Bug: 18300671 Change-Id: I92b5691924b995d9c883fc0f777c566ac4c35d1d
* | Remove HAVE_DIRENT_D_TYPE.Elliott Hughes2014-11-101-5/+0
| | | | | | | | | | | | Only Windows doesn't have it, and we don't build atree for Windows. Change-Id: Ib6e96be73340c36cdfcb3654ed540f690bf7550b
* | kill HAVE_SCHED_SETSCHEDULERYabin Cui2014-11-101-5/+0
|/ | | | | Bug: 18300670 Change-Id: I66fb3d0070751ffaa2bc6b53274b22d967350312
* Remove more namespace pollution (HAVE_TM_GMTOFF).Elliott Hughes2014-11-081-5/+0
| | | | Change-Id: I9c2d7ffb66127c1b73076f8674ecf29aada0fa38
* Remove more namespace pollution (HAVE_FUNOPEN).Elliott Hughes2014-11-081-5/+0
| | | | Change-Id: I25a64ce39cd7bdd99aa6412413554b96d3cb113e
* Remove more namespace pollution.Elliott Hughes2014-11-081-7/+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-011-44/+0
| | | | Change-Id: If2018529a6c067b63e1a59c16c911d63ec2ebbf4
* Remove unused HAVE_OFF64_T.Elliott Hughes2014-09-231-5/+0
| | | | Change-Id: I24acf64efcd0fd84d5dda342d4c4293fa59fae1a
* Remove the unused IPC macros.Elliott Hughes2014-09-221-10/+0
| | | | | | | 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-221-7/+0
| | | | | | This define is no longer used. Change-Id: I6615d6e4aa09f71b7c4c435ccb83a07bba91b6dc
* Remove unused HAVE_EPOLL.Elliott Hughes2014-09-191-5/+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-201-5/+0
| | | | | | I missed this the other day. Change-Id: Ifb6912de3aae6d03593ffb08d8d9555dc9e53f4d
* Merge "Remove HAVE_ANDROID_PTHREAD_SETNAME_NP."Elliott Hughes2014-08-211-8/+0
|\
| * Remove HAVE_ANDROID_PTHREAD_SETNAME_NP.Elliott Hughes2014-08-201-8/+0
| | | | | | | | | | | | https://android-review.googlesource.com/104945 removes the only user. Change-Id: I303d941036ab889ab747f26561506a5e1c93f0c2
* | HAVE_OPEN_MEMSTREAM is no longer used.Elliott Hughes2014-08-201-5/+0
|/ | | | | Bug: 17164505 Change-Id: I8055e52019d8cdea957d0fb8cbd46ca9b52564e1
* Remove unused entries from AndroidConfig.h.Elliott Hughes2014-08-181-21/+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-181-5/+0
| | | | | Bug: 17048545 Change-Id: Ib5b72ecb451a26cb393147a44601566400ca1dd6
* Remove useless stuff from "AndroidConfig.h".Elliott Hughes2014-06-121-16/+0
| | | | | | | | 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
* Stop defining HAVE_TIMEDWAIT_MONOTONIC.Narayan Kamath2014-04-091-6/+0
| | | | | | | We no longer provide this function in bionic. All callers should be moved over to pthread_condattr_setclock(). Change-Id: Iccd3384b40de423f7d5f9521b6d8073bf8bdea42
* Remove HAVE_DLADDR from AndroidConfig.h.Elliott Hughes2013-01-251-7/+0
| | | | Change-Id: I014ce98c61b12169e381b769af34b682df46087e
* Move AndroidConfig.h from system/core to the build project.Ying Wang2012-09-201-0/+374
So unbundled branches don't need to include the system/core project. Change-Id: Ic4ef62ee6df069b9b2dd123aed95a3e7fcdfc146