Displaying 1 result from an estimated 1 matches for "b08bbb3f".
2020 Aug 27
0
[klibc:master] s390: Set sa_restorer for signals and disable executable stack
.../s390/klibc/archconfig.h | 5 +++++
usr/klibc/SYSCALLS.def | 2 +-
usr/klibc/arch/s390/MCONFIG | 5 ++---
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/usr/include/arch/s390/klibc/archconfig.h b/usr/include/arch/s390/klibc/archconfig.h
index d7a71a4b..b08bbb3f 100644
--- a/usr/include/arch/s390/klibc/archconfig.h
+++ b/usr/include/arch/s390/klibc/archconfig.h
@@ -12,4 +12,9 @@
/* Both s390 and s390x use the "32-bit" version of this structure */
#define _KLIBC_STATFS_F_TYPE_64 0
+/* So that we can avoid stack trampolines */
+#define _KLIBC_N...