cosmopolitan/libc/nt/ws2_32/select.s
2021-02-03 19:35:29 -08:00

12 lines
226 B
ArmAsm

.include "o/libc/nt/codegen.inc"
.imp ws2_32,__imp_select,select,18
.text.windows
__sys_select_nt:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_select(%rip),%rax
jmp __sysv2nt6
.endfn __sys_select_nt,globl
.previous