From c690675ed181de5c271a3554746b2db8e49832fa Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 15 Dec 2006 21:31:03 +0000 Subject: allocate aligned ngx_crc32_table_short globally --- src/core/ngx_crc32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_crc32.h') diff --git a/src/core/ngx_crc32.h b/src/core/ngx_crc32.h index 7c1827933..7d5279d36 100644 --- a/src/core/ngx_crc32.h +++ b/src/core/ngx_crc32.h @@ -49,7 +49,7 @@ ngx_crc32_long(u_char *p, size_t len) } -ngx_int_t ngx_crc32_init(ngx_pool_t *pool); +ngx_int_t ngx_crc32_init(void); #endif /* _NGX_CRC32_H_INCLUDED_ */ -- cgit