summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-mips64
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* [MIPS64] Add mips64 targetChris Dearman2014-02-051-0/+369
Change-Id: Ice1621101c0d5a3314db288542ca8020e3f406bf Signed-off-by: Duane Sand <duane.sand@imgtec.com>