diff src/core/ngx_log.h @ 2718:dbd02ee65df4

fix building on platforms which have no atomic operations support, the bug was introduced in r2564
author Igor Sysoev <igor@sysoev.ru>
date Fri, 17 Apr 2009 19:11:31 +0000
parents ce75aac647e7
children ffa8e2451457
line wrap: on
line diff
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -198,7 +198,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_lo
 ngx_log_t *ngx_log_init(void);
 ngx_log_t *ngx_log_create_errlog(ngx_cycle_t *cycle, ngx_array_t *args);
 char *ngx_set_error_log_levels(ngx_conf_t *cf, ngx_log_t *log);
-void ngx_log_abort(ngx_err_t err, const char *text);
+void ngx_log_abort(ngx_err_t err, const char *text, void *param);
 
 
 extern ngx_module_t  ngx_errlog_module;