diff options
Diffstat (limited to 'src/include/postmaster/syslogger.h')
-rw-r--r-- | src/include/postmaster/syslogger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postmaster/syslogger.h b/src/include/postmaster/syslogger.h index 89a535c18fd..d6a05d5a209 100644 --- a/src/include/postmaster/syslogger.h +++ b/src/include/postmaster/syslogger.h @@ -84,7 +84,7 @@ extern int SysLogger_Start(void); extern void write_syslogger_file(const char *buffer, int count, int dest); #ifdef EXEC_BACKEND -extern void SysLoggerMain(int argc, char *argv[]) __attribute__((noreturn)); +extern void SysLoggerMain(int argc, char *argv[]) pg_attribute_noreturn; #endif #endif /* _SYSLOGGER_H */ |