mirror of
https://github.com/nginx/nginx.git
synced 2026-09-03 20:53:04 -05:00
Core: read/write locks are also required by the Stream module.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
@@ -111,7 +111,7 @@ ngx_rwlock_unlock(ngx_atomic_t *lock)
|
||||
|
||||
#else
|
||||
|
||||
#if (NGX_HTTP_UPSTREAM_ZONE)
|
||||
#if (NGX_HTTP_UPSTREAM_ZONE || NGX_STREAM_UPSTREAM_ZONE)
|
||||
|
||||
#error ngx_atomic_cmp_set() is not defined!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user