Displaying 1 result from an estimated 1 matches for "c91d5b85".
Did you mean:
c91d5b8
2020 Aug 27
0
[klibc:master] signal: Note another reason to define _KLIBC_NEEDS_SA_RESTORER
...ne and executable stack.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
usr/include/klibc/sysconfig.h | 3 ++-
usr/klibc/sigaction.c | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/usr/include/klibc/sysconfig.h b/usr/include/klibc/sysconfig.h
index c91d5b85..4e38b1fd 100644
--- a/usr/include/klibc/sysconfig.h
+++ b/usr/include/klibc/sysconfig.h
@@ -154,7 +154,8 @@
*
* Some architectures, like x86-64 and some i386 Fedora kernels,
* do not provide a default sigreturn, and therefore must have
- * SA_RESTORER set.
+ * SA_RESTORER set. On others, th...