summaryrefslogtreecommitdiff
path: root/usr.sbin/unbound/util/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/unbound/util/log.h')
-rw-r--r--usr.sbin/unbound/util/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/util/log.h b/usr.sbin/unbound/util/log.h
index 7bc3d9e7615..f73c0754d65 100644
--- a/usr.sbin/unbound/util/log.h
+++ b/usr.sbin/unbound/util/log.h
@@ -174,7 +174,7 @@ void log_buf(enum verbosity_value level, const char* msg, struct sldns_buffer* b
* Pass printf formatted arguments. No trailing newline is needed.
* @param format: printf-style format string. Arguments follow.
*/
-void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2);
+void fatal_exit(const char* format, ...) ATTR_FORMAT(printf, 1, 2) ATTR_NORETURN;
/**
* va_list argument version of log_info.