]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hppa: undef __ASSUME_SET_ROBUST_LIST
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 20 Sep 2022 20:14:14 +0000 (20:14 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 1 Oct 2022 20:09:10 +0000 (20:09 +0000)
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>
sysdeps/unix/sysv/linux/hppa/kernel-features.h

index 0cd21ef0fa8b4e140c45c7af48aca6424932521a..079612e4aad88002b14d59356a7bf1c9f059a80a 100644 (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