about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2022-09-20 20:14:14 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2022-09-20 20:14:14 +0000
commitfa47e8e6df0ef43289d344a85b8587e8a0a1c663 (patch)
tree7aba0e045be5df5bdaf95153fcc80c85bad8a9a6 /sysdeps/unix/sysv
parent85a322874404d1a13e9d628b8bc44120cabf7e12 (diff)
downloadglibc-fa47e8e6df0ef43289d344a85b8587e8a0a1c663.tar.gz
glibc-fa47e8e6df0ef43289d344a85b8587e8a0a1c663.tar.xz
glibc-fa47e8e6df0ef43289d344a85b8587e8a0a1c663.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>
Diffstat (limited to 'sysdeps/unix/sysv')
-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