diff options
Diffstat (limited to 'src/os/unix/ngx_alloc.h')
-rw-r--r-- | src/os/unix/ngx_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_alloc.h b/src/os/unix/ngx_alloc.h index 0084c2c54..66562a191 100644 --- a/src/os/unix/ngx_alloc.h +++ b/src/os/unix/ngx_alloc.h @@ -25,7 +25,7 @@ void *ngx_calloc(size_t size, ngx_log_t *log); * allocations bigger than page size at the page boundary. */ -#if (HAVE_POSIX_MEMALIGN || HAVE_MEMALIGN) +#if (NGX_HAVE_POSIX_MEMALIGN || NGX_HAVE_MEMALIGN) void *ngx_memalign(size_t alignment, size_t size, ngx_log_t *log); |