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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user