mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Do some work on TurfWar
This commit is contained in:
parent
bc353f454b
commit
05197afca2
12 changed files with 499 additions and 181 deletions
2
third_party/sqlite3/sqlite3.h
vendored
2
third_party/sqlite3/sqlite3.h
vendored
|
@ -7594,10 +7594,8 @@ struct sqlite3_mutex_methods {
|
|||
** the appropriate thing to do. The sqlite3_mutex_notheld()
|
||||
** interface should also return 1 when given a NULL pointer.
|
||||
*/
|
||||
#ifndef NDEBUG
|
||||
SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
|
||||
SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
|
||||
#endif
|
||||
|
||||
/*
|
||||
** CAPI3REF: Mutex Types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue