diff options
-rw-r--r-- | auto/os/darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/darwin b/auto/os/darwin index 590e03697..b97518a6e 100644 --- a/auto/os/darwin +++ b/auto/os/darwin @@ -112,5 +112,5 @@ ngx_feature_incs="#include <libkern/OSAtomic.h>" ngx_feature_path= ngx_feature_libs= ngx_feature_test="int32_t lock, n; - n = OSAtomicCompareAndSwap32Barrier(0, 1, lock)" + n = OSAtomicCompareAndSwap32Barrier(0, 1, &lock)" . auto/feature |