aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2022-09-20 20:14:14 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-01 22:25:36 +0200
commita99de9d508b604b0fecf12e90237365c19935850 (patch)
treef543cfd70d6af437d5d1571ef07b6af4dde32890
parenthppa: Fix initialization of dp register [BZ 29635] (diff)
downloadglibc-a99de9d508b604b0fecf12e90237365c19935850.tar.gz
glibc-a99de9d508b604b0fecf12e90237365c19935850.tar.bz2
glibc-a99de9d508b604b0fecf12e90237365c19935850.zip
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> (cherry picked from commit a6d2e2c19289451bf15b1a1904fc36a052bd42fe)
-rw-r--r--sysdeps/unix/sysv/linux/hppa/kernel-features.h3
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 0cd21ef0fa..079612e4aa 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