mirror of
https://github.com/nginx/nginx.git
synced 2025-01-05 21:53:01 -06:00
fix building on platforms with non-supported atomic operations
This commit is contained in:
parent
e5234d3e05
commit
0ddd9d6e5e
@ -58,6 +58,8 @@ ngx_shmtx_trylock(ngx_shmtx_t *mtx)
|
||||
}
|
||||
|
||||
ngx_log_abort(err, ngx_trylock_fd_n " failed");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user