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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user