summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event_busy_lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event_busy_lock.c')
-rw-r--r--src/event/ngx_event_busy_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_busy_lock.c b/src/event/ngx_event_busy_lock.c
index 2d0bad571..c5cecc3f5 100644
--- a/src/event/ngx_event_busy_lock.c
+++ b/src/event/ngx_event_busy_lock.c
@@ -9,7 +9,7 @@
#include <ngx_event.h>
-static int ngx_event_busy_lock_look_cachable(ngx_event_busy_lock_t *bl,
+static ngx_int_t ngx_event_busy_lock_look_cachable(ngx_event_busy_lock_t *bl,
ngx_event_busy_lock_ctx_t *ctx);
static void ngx_event_busy_lock_handler(ngx_event_t *ev);
static void ngx_event_busy_lock_posted_handler(ngx_event_t *ev);