mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
Bump redbean to 2.0.9
This commit is contained in:
parent
896db8843f
commit
727d9cbf56
8 changed files with 156 additions and 157 deletions
9
third_party/lua/lrepl.c
vendored
9
third_party/lua/lrepl.c
vendored
|
@ -73,15 +73,6 @@ struct linenoiseState *lua_repl_linenoise;
|
|||
static lua_State *globalL;
|
||||
static const char *g_progname;
|
||||
static const char *g_historypath;
|
||||
static pthread_mutex_t lua_repl_lock_obj;
|
||||
|
||||
void(lua_repl_lock)(void) {
|
||||
pthread_mutex_lock(&lua_repl_lock_obj);
|
||||
}
|
||||
|
||||
void(lua_repl_unlock)(void) {
|
||||
pthread_mutex_unlock(&lua_repl_lock_obj);
|
||||
}
|
||||
|
||||
/*
|
||||
** {==================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue