mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Make improvements
- Make rand64() thread safe - Introduce lemur64 lcg prng - Improve strace on New Technology - Improve msync() on New Technology
This commit is contained in:
parent
43ba3009b2
commit
29bf8b1a30
73 changed files with 888 additions and 269 deletions
|
@ -1,8 +1,5 @@
|
|||
#define CopyFile(...) __imp_CopyFileW(__VA_ARGS__)
|
||||
extern typeof(CopyFile) *const __imp_CopyFileW __msabi;
|
||||
|
||||
#define FlushFileBuffers(...) __imp_FlushFileBuffers(__VA_ARGS__)
|
||||
extern typeof(FlushFileBuffers) *const __imp_FlushFileBuffers __msabi;
|
||||
|
||||
#define GetFileType(...) __imp_GetFileType(__VA_ARGS__)
|
||||
extern typeof(GetFileType) *const __imp_GetFileType __msabi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue