mirror of
https://github.com/nginx/nginx.git
synced 2024-12-13 11:09:06 +08:00
Fixed build without atomic operations.
This commit is contained in:
parent
91ecc8f43c
commit
ddb7cd1c41
@ -299,10 +299,10 @@ ngx_shmtx_unlock(ngx_shmtx_t *mtx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
ngx_uint_t
|
||||||
ngx_shmtx_force_unlock(ngx_shmtx_t *mtx, ngx_pid_t pid)
|
ngx_shmtx_force_unlock(ngx_shmtx_t *mtx, ngx_pid_t pid)
|
||||||
{
|
{
|
||||||
/* void */
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user