mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +00:00
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:
parent
562e5b2821
commit
a6d2e2c192
@ -30,3 +30,6 @@
|
|||||||
|
|
||||||
#undef __ASSUME_CLONE_DEFAULT
|
#undef __ASSUME_CLONE_DEFAULT
|
||||||
#define __ASSUME_CLONE_BACKWARDS 1
|
#define __ASSUME_CLONE_BACKWARDS 1
|
||||||
|
|
||||||
|
/* QEMU does not support set_robust_list. */
|
||||||
|
#undef __ASSUME_SET_ROBUST_LIST
|
||||||
|
Loading…
Reference in New Issue
Block a user