From 2cd69d3ee34a6d2c21aa64aedf262827eb83826f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 25 Jun 2025 13:59:15 -0400 Subject: Use C23 [[attribute]] syntax --- src/sighook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sighook.c') diff --git a/src/sighook.c b/src/sighook.c index a87bed5..42bd811 100644 --- a/src/sighook.c +++ b/src/sighook.c @@ -423,7 +423,7 @@ static bool is_fatal(int sig) { } /** Reraise a fatal signal. */ -_noreturn +[[_noreturn]] static void reraise(siginfo_t *info) { int sig = info->si_signo; -- cgit v1.2.3