summaryrefslogtreecommitdiff
path: root/plugins/sudoers/tsdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/tsdump.c')
-rw-r--r--plugins/sudoers/tsdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sudoers/tsdump.c b/plugins/sudoers/tsdump.c
index 8abe667fa..db15f7b63 100644
--- a/plugins/sudoers/tsdump.c
+++ b/plugins/sudoers/tsdump.c
@@ -50,7 +50,7 @@ union timestamp_entry_storage {
sudo_dso_public int main(int argc, char *argv[]);
-static void usage(void) __attribute__((__noreturn__));
+static sudo_noreturn void usage(void);
static void dump_entry(struct timestamp_entry *entry, off_t pos);
static bool valid_entry(union timestamp_entry_storage *u, off_t pos);
static bool convert_entry(union timestamp_entry_storage *record, struct timespec *off);