mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 16:28: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
12
libc/nt/kernel32/UnmapViewOfFile2.s
Normal file
12
libc/nt/kernel32/UnmapViewOfFile2.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp kernel32,__imp_UnmapViewOfFile2,UnmapViewOfFile2,0
|
||||
|
||||
.text.windows
|
||||
UnmapViewOfFile2:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_UnmapViewOfFile2(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn UnmapViewOfFile2,globl
|
||||
.previous
|
Loading…
Add table
Add a link
Reference in a new issue