summaryrefslogtreecommitdiffstats
path: root/core/combo/include
Commit message (Collapse)AuthorAgeFilesLines
* AndroidConfig.h: ensure HAVE_MALLOC_H always has a value.Nick Kralevich2015-04-087-7/+7
| | | | | | | | | | 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
* There's no such thing as _THREAD_SAFE.Elliott Hughes2015-04-031-5/+0
| | | | | | | At least, as far as I can tell from the internet and from grep in /usr/include on a Mac. Change-Id: I7f39bb2013db88e59f604e4491344d0d342e5f0b
* Remove HAVE_PRINTF_ZD.Elliott Hughes2015-04-037-35/+0
| | | | Change-Id: Ie7677e4816ad886c13a8ac869e7c7342082a350f
* Remove HAVE_STRLCPY.Elliott Hughes2015-04-026-35/+0
| | | | Change-Id: I27864a9075183de5bd83569d53a00fc2f53c96df
* Remove references to __CYGWIN__ and HAVE_WINSOCK2_H.Narayan Kamath2015-02-211-15/+5
| | | | | | | | | | | We don't support platform builds under CYGWIN and can safely assume that all windows host builds are for MinGW32. HAVE_WINSOCK2_H is currently unused. The only references to it are in code that define it themselves or in application code that by definition isn't compiled for windows. Change-Id: I236d6e070df93f713cb716bb8a461c9c1d32a180
* Kill HAVE_PTHREADS.Yabin Cui2015-01-278-71/+0
| | | | | Bug: 19083585 Change-Id: I5be0d2f95c3c45e7f67de6a8daeb49709ef1f9e9
* Remove HAVE_SYMLINKS.Elliott Hughes2015-01-127-42/+0
| | | | Change-Id: I685357292af45a048439f0df0ae45f513479841a
* Remove HAVE_LIBC_SYSTEM_PROPERTIES and HAVE_SYSTEM_PROPERTY_SERVER.Elliott Hughes2015-01-126-31/+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-096-31/+0
| | | | Change-Id: Ide6f54f70bc5edda9ec1f1f05ebaa0acf58aaa77
* Remove HAVE_PRCTL.Elliott Hughes2015-01-096-30/+0
| | | | Change-Id: Ic58f8e4c0f749bbc19e5d14de8d99321e7cf833c
* Remove HAVE_SYS_SOCKET_H.Elliott Hughes2015-01-098-45/+0
| | | | Change-Id: I9ee38c603e3933b012da818b386cb374eec9fe21
* Stop defining HAVE_UNWIND_CONTEXT_STRUCT.Elliott Hughes2015-01-063-15/+0
| | | | | | | The only code that still references this is only built for arm, so this should be a no-op. Change-Id: I64f40fc68bb387b6309075d158f5bd12f398ef20
* Remove HAVE_SCHED_H.Elliott Hughes2014-12-147-35/+0
| | | | Change-Id: I1308b90c4b33d0ab1a01de44bebba03687217f2b
* Remove unused OS_SHARED_LIB_FORMAT_STR.Elliott Hughes2014-12-128-40/+0
| | | | Change-Id: Ibaaf112c5a6bfe2084fe34e32e31bcd755e718a8
* Merge "bionic doesn't implement _FILE_OFFSET_BITS."Elliott Hughes2014-12-053-13/+0
|\
| * bionic doesn't implement _FILE_OFFSET_BITS.Elliott Hughes2014-12-053-13/+0
| | | | | | | | Change-Id: Iec9978e0bb69585dde69593402d53309e0ecb662
* | Darwin has never had a 32-bit off_t.Elliott Hughes2014-12-051-8/+0
|/ | | | Change-Id: Ifa48fab99d73fb532afc56d235b7397e05c0fc6a
* Merge "Remove ARCH_X86."Elliott Hughes2014-12-054-20/+0
|\
| * Remove ARCH_X86.Elliott Hughes2014-12-044-20/+0
| | | | | | | | Change-Id: I832247bec22f23666f14dfb715192ada201ab097
* | Remove ARCH_ARM.Elliott Hughes2014-12-041-5/+0
|/ | | | Change-Id: Ic3014aa01f82204b75c54ab3f7afa3a44890e02e
* Fix a preprocessor warning exposed by -Wundef.Stephen Hines2014-12-021-1/+1
| | | | | | | | | | Bug: 18589470 __LP64__ is only defined for 64-bit compilation targets, so this macro is evaluated as an implicit 0 in the original case. This change makes it explicit that we only care whether this is actually defined. Change-Id: I8c11b41fc0bde9477c5efeea0782d9741d9d827d
* Remove HAVE_SYS_UIO_H.Elliott Hughes2014-11-258-90/+0
| | | | Change-Id: I4f401900285e166486bb426ac02bc69fc5509a3c
* Remove unused HAVE_STDBOOL_H.Elliott Hughes2014-11-258-40/+0
| | | | Change-Id: I0072847719566e9622ec9765673fdeb8be9eb5ef
* Kill unused HAVE_WRITEV.Elliott Hughes2014-11-256-30/+0
| | | | Change-Id: I6e4df2449b27d67f207fc53b19e49b21f9cee611
* Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN.Elliott Hughes2014-11-218-91/+0
| | | | Change-Id: Ie596af7460ec33d70d7327e629b38d641ef48ba2
* Kill LOCAL_SOCKET_NAMESPACE.Elliott Hughes2014-11-215-25/+0
| | | | Change-Id: I40c63b8e7ae1174ac902b545555ddab65b3fef38
* Kill INCLUDE_SYS_MOUNT_FOR_STATFS.Elliott Hughes2014-11-201-5/+0
| | | | Change-Id: If3ff83c475921d72936a19317e356549d1706fab
* kill HAVE_PREADYabin Cui2014-11-197-35/+0
| | | | | Bug: 18397613 Change-Id: I0061f8080709449f13dc76ce61097a2671c799ff
* kill HAVE_MADVISEYabin Cui2014-11-187-35/+0
| | | | | Bug: 18397020 Change-Id: I6b9c7d30432858131379759e738d3e04bc8d5fb5
* Remove another unused definition.Elliott Hughes2014-11-181-5/+0
| | | | | | | We have a lot of definitions around the tree, of which this is but one, but we have no users. Change-Id: Ic411505a0370be2b56150275fa9b8f5329241ce8
* Kill unused ARCH_* defines.Elliott Hughes2014-11-183-15/+1
| | | | | | | No one's using ARCH_AARCH64 or AARCH_MIPS64 yet, and ARCH_PPC was always more aspirational than real. Change-Id: I07c6cbad6eb0917c4c24848a98c3bc9a3fe72db6
* kill HAVE_TERMIO_HYabin Cui2014-11-178-42/+0
| | | | | Bug: 18398307 Change-Id: I54fc0235fbc40630f8024570b928dba115b1c39a
* Merge "kill HAVE_FORKEXEC"Yabin Cui2014-11-138-68/+0
|\
| * kill HAVE_FORKEXECYabin Cui2014-11-128-68/+0
| | | | | | | | | | Bug: 18317407 Change-Id: Idaff8a161305325dbb0a9e00764afe98b66e3312
* | kill HAVE_LOCALTIME_RYabin Cui2014-11-134-20/+0
| | | | | | | | | | Bug: 18361583 Change-Id: If76334a6e18893b65d9b526271620a460a75bf22
* | kill HAVE_GETHOSTBYNAME_RYabin Cui2014-11-133-15/+0
| | | | | | | | | | Bug: 18363225 Change-Id: Ib34c094cd21b2221178755acdd9475a5bc2bf2c0
* | Remove HAVE_SHORT_ENUMS.Elliott Hughes2014-11-122-10/+0
|/ | | | Change-Id: Ia0e8a52cd8d7655508754ec0a6482f2dd055a68e
* Merge "kill HAVE_POSIX_FILEMAP"Yabin Cui2014-11-138-68/+0
|\
| * kill HAVE_POSIX_FILEMAPYabin Cui2014-11-118-68/+0
| | | | | | | | | | Bug: 18315579 Change-Id: I7a20ad40dc0ec121f0e84202831e6019005104e7
* | remove __linux__ in AndroidConfig.hYabin Cui2014-11-105-61/+2
|/ | | | | Bug: 18316409 Change-Id: If6644074ec86efc2f9f91a98bf82fe26be6f66d3
* Merge "kill OS_CASE_SENSITIVE"Yabin Cui2014-11-117-37/+0
|\
| * kill OS_CASE_SENSITIVEYabin Cui2014-11-107-37/+0
| | | | | | | | | | Bug: 18314594 Change-Id: I5dc5072d43299c0e5d96ce9640e8405cbb633506
* | Merge "kill HAVE_INOTIFY"Yabin Cui2014-11-115-25/+0
|\ \
| * | kill HAVE_INOTIFYYabin Cui2014-11-105-25/+0
| |/ | | | | | | | | Bug: 18314841 Change-Id: Idfcbeb62a57f72a47eb732f085fbd1ab27302f85
* | Merge "kill HAVE_STAT_ST_MTIM"Yabin Cui2014-11-117-35/+0
|\ \
| * | kill HAVE_STAT_ST_MTIMYabin Cui2014-11-107-35/+0
| |/ | | | | | | | | Bug: 18300671 Change-Id: I92b5691924b995d9c883fc0f777c566ac4c35d1d
* | Remove HAVE_DIRENT_D_TYPE.Elliott Hughes2014-11-107-35/+0
| | | | | | | | | | | | Only Windows doesn't have it, and we don't build atree for Windows. Change-Id: Ib6e96be73340c36cdfcb3654ed540f690bf7550b
* | kill HAVE_SCHED_SETSCHEDULERYabin Cui2014-11-106-30/+0
|/ | | | | Bug: 18300670 Change-Id: I66fb3d0070751ffaa2bc6b53274b22d967350312
* Remove more namespace pollution (HAVE_TM_GMTOFF).Elliott Hughes2014-11-087-35/+0
| | | | Change-Id: I9c2d7ffb66127c1b73076f8674ecf29aada0fa38
* Remove more namespace pollution (HAVE_FUNOPEN).Elliott Hughes2014-11-086-30/+0
| | | | Change-Id: I25a64ce39cd7bdd99aa6412413554b96d3cb113e