try to support uclibc correctly

This commit is contained in:
Unbit
2013-06-24 16:01:43 +02:00
parent 5743eb2575
commit 575fc26bd7
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ static int uwsgi_api_unlock(lua_State *L) {
return 0;
}
static const luaL_reg uwsgi_api[] = {
static const luaL_Reg uwsgi_api[] = {
{"log", uwsgi_api_log},
{"connection_fd", uwsgi_api_req_fd},