Revert "Lose the hand-written futex assembler."

This reverts commit ced906c849.

Causes issues on art / dalvik due to a broken return value
check and other undiagnosed issues.

bug: 15195455

Change-Id: I5d6bbb389ecefb0e33a5237421a9d56d32a9317c
This commit is contained in:
Narayan Kamath
2014-05-28 18:02:33 +00:00
parent ced906c849
commit 75c55ff84e
20 changed files with 416 additions and 17 deletions

View File

@@ -305,6 +305,8 @@ int eventfd:eventfd2(unsigned int, int) all
void _exit|_Exit:exit_group(int) all
void __exit:exit(int) all
int futex(void*, int, int, void*, void*, int) all
int inotify_init1(int) all
int inotify_add_watch(int, const char*, unsigned int) all
int inotify_rm_watch(int, unsigned int) all