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:
Todd C. Miller
2022-12-01 12:54:53 -07:00
parent a44a005f0b
commit e707ffe58b
8 changed files with 13 additions and 13 deletions

View File

@@ -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();