hppa: undef __ASSUME_SET_ROBUST_LIST

QEMU does not support support set_robust_list. Thus, we need
to enable detection of set_robust_list system call.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
This commit is contained in:
John David Anglin 2022-09-20 20:14:14 +00:00
parent 85a3228744
commit fa47e8e6df
1 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,6 @@
#undef __ASSUME_CLONE_DEFAULT
#define __ASSUME_CLONE_BACKWARDS 1
/* QEMU does not support set_robust_list. */
#undef __ASSUME_SET_ROBUST_LIST