summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-08 14:28:15 +0200
committercgzones <cgzones@googlemail.com>2020-09-18 12:28:40 +0200
commite719a85994e0ba13ac107c49fd85d49495dfc6a2 (patch)
tree39296d78b23199697688e28ae4807a17760e6a19 /CRT.c
parentb85a31415e8d68d0d46a105b1033a92669224682 (diff)
Mark noreturn functions
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/CRT.c b/CRT.c
index d6390ab6..14d9ae62 100644
--- a/CRT.c
+++ b/CRT.c
@@ -513,6 +513,7 @@ int CRT_colorScheme = 0;
void *backtraceArray[128];
+ATTR_NORETURN
static void CRT_handleSIGTERM(int sgn) {
(void) sgn;
CRT_done();

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