commit | 0ddd9d6e5ebe8cf3fddaf5f017992f0740dd7996 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Feb 14 13:52:47 2007 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Feb 14 13:52:47 2007 +0000 |
tree | a97a4d7b9c76cc3a6af12fe195ede72e92052374 | |
parent | e5234d3e05fb8114b0fc4397f46997265b9452d2 [diff] |
fix building on platforms with non-supported atomic operations
diff --git a/src/core/ngx_shmtx.h b/src/core/ngx_shmtx.h index 7d4c09e..e6fb6aa 100644 --- a/src/core/ngx_shmtx.h +++ b/src/core/ngx_shmtx.h
@@ -58,6 +58,8 @@ } ngx_log_abort(err, ngx_trylock_fd_n " failed"); + + return 0; }