mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
fix building on platforms with non-supported atomic operations
This commit is contained in:
parent
e5234d3e05
commit
0ddd9d6e5e
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ ngx_shmtx_trylock(ngx_shmtx_t *mtx)
|
|||
}
|
||||
|
||||
ngx_log_abort(err, ngx_trylock_fd_n " failed");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue