diff options
Diffstat (limited to 'sql/init.h')
-rw-r--r-- | sql/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/init.h b/sql/init.h index d0518066f03..053e9612c70 100644 --- a/sql/init.h +++ b/sql/init.h @@ -19,6 +19,6 @@ #include "my_global.h" /* ulong */ void unireg_init(ulong options); -void unireg_end(void) __attribute__((noreturn)); +ATTRIBUTE_NORETURN void unireg_end(void); #endif /* INIT_INCLUDED */ |