mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
Fixed build without atomic operations.
This commit is contained in:
parent
91ecc8f43c
commit
ddb7cd1c41
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
/* void */
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue