mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 00:38:31 +00:00
Fix more things
- Update a couple unicode data files - Disable strace during logger calls - SQLite now uses pread() / pwrite() - pread() past EOF on NT now returns 0 - Make the NT mmap() and fork() code elegant - Give NT a big performance boost with memory - Add many more mmap() tests to prove it works
This commit is contained in:
parent
b90fa996b4
commit
98909b1391
36 changed files with 1034 additions and 318 deletions
2
third_party/sqlite3/sqlite3.mk
vendored
2
third_party/sqlite3/sqlite3.mk
vendored
|
@ -106,6 +106,8 @@ THIRD_PARTY_SQLITE3_FLAGS = \
|
|||
-DSQLITE_OS_UNIX \
|
||||
-DBUILD_sqlite \
|
||||
-DHAVE_USLEEP \
|
||||
-DHAVE_READLINK \
|
||||
-DHAVE_LSTAT \
|
||||
-DHAVE_GMTIME_R \
|
||||
-DHAVE_FDATASYNC \
|
||||
-DHAVE_STRCHRNUL \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue