ANDROID: futex: Skip when futex_waitv/shmget not implemented
getshm and futex_waitv are not implemented in Android. These rely on
System V shared memory functions which is disallowed by selinux.
Bug: 31590178
Bug: 189333904
Bug: 234151152
Change-Id: I9930a5b336fe1368afd6e5744d6246577cb4b7c8
Signed-off-by:
Edward Liaw <edliaw@google.com>
Loading