summaryrefslogtreecommitdiff
path: root/sql/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/init.h')
-rw-r--r--sql/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/init.h b/sql/init.h
index 11d74314f98..e8dec0c1e2e 100644
--- a/sql/init.h
+++ b/sql/init.h
@@ -17,6 +17,6 @@
#define INIT_INCLUDED
void unireg_init(ulong options);
-void unireg_end(void) __attribute__((noreturn));
+ATTRIBUTE_NORETURN void unireg_end(void);
#endif /* INIT_INCLUDED */