summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-10 00:17:59 +0200
committercgzones <cgzones@googlemail.com>2020-09-17 21:54:21 +0200
commit5d4061732f25863d78cca06968cd938ae468b8bf (patch)
treef92c46629413216edf6af1aa034c2d704b0ed01b /CRT.h
parent00665e2a2b9c6efca6cd1f1dbaca0a91ccb31534 (diff)
Allow third party sigsegv handler
For example from sanitizers.
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 8a5d6ac6..32992e41 100644
--- a/CRT.h
+++ b/CRT.h
@@ -108,6 +108,7 @@ typedef enum ColorElements_ {
void CRT_fatalError(const char* note) __attribute__ ((noreturn));
+extern struct sigaction old_sigsegv_handler;
void CRT_handleSIGSEGV(int sgn);
#define KEY_ALT(x) (KEY_F(64 - 26) + (x - 'A'))

© 2014-2024 Faster IT GmbH | imprint | privacy policy