Fixed build without atomic operations.

This commit is contained in:
Maxim Dounin 2011-11-23 14:07:06 +00:00
parent 91ecc8f43c
commit ddb7cd1c41

View File

@ -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