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-10-01 20:09:10 +0000 |
commit | cdc496eb55e30f8f2461bedb0a7381c0a7a3d3ae (patch) | |
tree | c4c427c6f6eeeb649fff04e547cb5329f4f952e9 | |
parent | d1d8379bff34f02f86f82db2cef5bf66746d3560 (diff) | |
download | glibc-cdc496eb55e30f8f2461bedb0a7381c0a7a3d3ae.tar glibc-cdc496eb55e30f8f2461bedb0a7381c0a7a3d3ae.tar.gz glibc-cdc496eb55e30f8f2461bedb0a7381c0a7a3d3ae.tar.bz2 glibc-cdc496eb55e30f8f2461bedb0a7381c0a7a3d3ae.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>
-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 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 |