fix building on platforms with non-supported atomic operations

This commit is contained in:
Igor Sysoev 2007-02-14 13:52:47 +00:00
parent e5234d3e05
commit 0ddd9d6e5e

View File

@ -58,6 +58,8 @@ ngx_shmtx_trylock(ngx_shmtx_t *mtx)
}
ngx_log_abort(err, ngx_trylock_fd_n " failed");
return 0;
}