| commit | c690675ed181de5c271a3554746b2db8e49832fa | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Fri Dec 15 21:31:03 2006 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Fri Dec 15 21:31:03 2006 +0000 |
| tree | 0e740e1a1b1995e73a4980624e77c540474bd858 | |
| parent | e2bec9066abe432dab62a9ddaab6744cf5147e37 [diff] [blame] |
allocate aligned ngx_crc32_table_short globally
diff --git a/src/core/ngx_crc32.h b/src/core/ngx_crc32.h index 7c18279..7d5279d 100644 --- a/src/core/ngx_crc32.h +++ b/src/core/ngx_crc32.h
@@ -49,7 +49,7 @@ } -ngx_int_t ngx_crc32_init(ngx_pool_t *pool); +ngx_int_t ngx_crc32_init(void); #endif /* _NGX_CRC32_H_INCLUDED_ */