mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
fix "lua_vmprep.c:29:6: warning: no previous prototype for ‘ap_lua_init_mutex’ [-Wmissing-prototypes]"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1369800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -127,10 +127,6 @@ static void ap_lua_release_state(lua_State* L, ap_lua_vm_spec* spec, request_rec
|
||||
}
|
||||
}
|
||||
|
||||
#if APR_HAS_THREADS
|
||||
extern void ap_lua_init_mutex(apr_pool_t *pool, server_rec *s);
|
||||
#endif
|
||||
|
||||
static ap_lua_vm_spec *create_vm_spec(apr_pool_t **lifecycle_pool,
|
||||
request_rec *r,
|
||||
const ap_lua_dir_cfg *cfg,
|
||||
|
Reference in New Issue
Block a user