diff options
Diffstat (limited to 'src/os/unix/ngx_alloc.h')
-rw-r--r-- | src/os/unix/ngx_alloc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_alloc.h b/src/os/unix/ngx_alloc.h index 66562a191..a88818e2e 100644 --- a/src/os/unix/ngx_alloc.h +++ b/src/os/unix/ngx_alloc.h @@ -36,7 +36,8 @@ void *ngx_memalign(size_t alignment, size_t size, ngx_log_t *log); #endif -extern int ngx_pagesize; +extern int ngx_pagesize; +extern ngx_uint_t ngx_cacheline_size; #endif /* _NGX_ALLOC_H_INCLUDED_ */ |