diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2022-09-20 20:14:14 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2022-09-20 20:14:14 +0000 |
commit | fa47e8e6df0ef43289d344a85b8587e8a0a1c663 (patch) | |
tree | 7aba0e045be5df5bdaf95153fcc80c85bad8a9a6 | |
parent | 85a322874404d1a13e9d628b8bc44120cabf7e12 (diff) | |
download | glibc-fa47e8e6df0ef43289d344a85b8587e8a0a1c663.zip glibc-fa47e8e6df0ef43289d344a85b8587e8a0a1c663.tar.gz glibc-fa47e8e6df0ef43289d344a85b8587e8a0a1c663.tar.bz2 |
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>
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/kernel-features.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/kernel-features.h b/sysdeps/unix/sysv/linux/hppa/kernel-features.h index 0cd21ef..079612e 100644 --- a/sysdeps/unix/sysv/linux/hppa/kernel-features.h +++ b/sysdeps/unix/sysv/linux/hppa/kernel-features.h @@ -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 |