mirror of
https://github.com/nginx/nginx.git
synced 2026-04-15 22:09:26 -04:00
Configure: fixed test of OS X atomic(3).
This commit is contained in:
parent
407c831116
commit
c4a044cc50
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