Place C23 attributes before keywords in function declarations.
In practice this means we must use "sudo_noreturn static foo(void)" instead of "static sudo_noreturn foo(void)".
This commit is contained in:
@@ -349,7 +349,7 @@ closefrom_nodebug(int lowfd)
|
||||
|
||||
#define MAX_MAILFLAGS 63
|
||||
|
||||
static sudo_noreturn void
|
||||
sudo_noreturn static void
|
||||
exec_mailer(int pipein)
|
||||
{
|
||||
const struct eventlog_config *evl_conf = eventlog_getconf();
|
||||
|
Reference in New Issue
Block a user