mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Clean up more WIN32 APIs
This commit is contained in:
parent
44b88d659d
commit
929478c524
60 changed files with 74 additions and 962 deletions
|
@ -1,18 +1,2 @@
|
|||
#include "libc/nt/codegen.h"
|
||||
.imp kernel32,__imp_WaitForMultipleObjects,WaitForMultipleObjects
|
||||
|
||||
.text.windows
|
||||
.ftrace1
|
||||
__WaitForMultipleObjects:
|
||||
.ftrace2
|
||||
#ifdef __x86_64__
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
mov __imp_WaitForMultipleObjects(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
#elif defined(__aarch64__)
|
||||
mov x0,#0
|
||||
ret
|
||||
#endif
|
||||
.endfn __WaitForMultipleObjects,globl
|
||||
.previous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue