comparison src/core/ngx_log.c @ 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 367b29612a00
children ffa8e2451457
comparison
equal deleted inserted replaced
2717:73fe3fe858b9 2718:dbd02ee65df4
182 182
183 #endif 183 #endif
184 184
185 185
186 void 186 void
187 ngx_log_abort(ngx_err_t err, const char *text) 187 ngx_log_abort(ngx_err_t err, const char *text, void *param)
188 { 188 {
189 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err, text); 189 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err, text, param);
190 } 190 }
191 191
192 192
193 ngx_log_t * 193 ngx_log_t *
194 ngx_log_init(void) 194 ngx_log_init(void)