Configure: fixed test of OS X atomic(3).
This commit is contained in:
parent
ad18f61b5f
commit
d9aa40c49e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue