1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-21 13:38:01 +03:00

Merge trunk into wasi-patches branch.

FossilOrigin-Name: 2ce89f5efcdb8b4c58eb2d30833a76d79ae0134c31d5ab8564be9e1cf5a1f4f0
This commit is contained in:
stephan
2023-01-27 05:37:24 +00:00
28 changed files with 437 additions and 153 deletions

View File

@@ -218,7 +218,7 @@
#endif /* SQLITE_WASI */
#ifdef SQLITE_WASI
# define osGetpid(X) 1
# define osGetpid(X) (pid_t)1
#else
/* Always cast the getpid() return type for compatibility with
** kernel modules in VxWorks. */