From ea2f6af9d0544a1fb9cc6cbdd13c233bf3e267e4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 22 Dec 2006 12:54:08 +0000 Subject: test Darwin 8 atomic(3) --- src/os/unix/ngx_atomic.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/os/unix/ngx_atomic.h') diff --git a/src/os/unix/ngx_atomic.h b/src/os/unix/ngx_atomic.h index 593f671ce..c0734e12e 100644 --- a/src/os/unix/ngx_atomic.h +++ b/src/os/unix/ngx_atomic.h @@ -12,11 +12,11 @@ #include -#if (NGX_DARWIN) +#if (NGX_DARWIN_ATOMIC) /* - * use MacOSX atomic(3) and barrier(3) operations - * optimized at run time for UP and SMP + * use Darwin 8 atomic(3) and barrier(3) operations + * optimized at run-time for UP and SMP */ #include -- cgit v1.2.3