mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Make some system call fixes
- Fix minor ABI issue with SIOCGIFCONF - Fix ABI translation issues with statfs() on BSDs - Fix SQLite angled header line
This commit is contained in:
parent
0eb621f75e
commit
2b6261a52d
11 changed files with 88 additions and 37 deletions
3
third_party/sqlite3/fts5.c
vendored
3
third_party/sqlite3/fts5.c
vendored
|
@ -1,4 +1,4 @@
|
|||
|
||||
// clang-format off
|
||||
|
||||
#if !defined(SQLITE_CORE) || defined(SQLITE_ENABLE_FTS5)
|
||||
|
||||
|
@ -5141,7 +5141,6 @@ static void *sqlite3Fts5ParserAlloc(void *(*mallocProc)(u64));
|
|||
static void sqlite3Fts5ParserFree(void*, void (*freeProc)(void*));
|
||||
static void sqlite3Fts5Parser(void*, int, Fts5Token, Fts5Parse*);
|
||||
#ifndef NDEBUG
|
||||
#include <stdio.h>
|
||||
static void sqlite3Fts5ParserTrace(FILE*, char*);
|
||||
#endif
|
||||
static int sqlite3Fts5ParserFallback(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue