cosmopolitan/libc/nt/ws2_32/shutdown.s

13 lines
235 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/codegen.inc"
.imp ws2_32,__imp_shutdown,shutdown,22
.text.windows
__sys_shutdown_nt:
2020-06-15 14:18:57 +00:00
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_shutdown(%rip),%rax
jmp __sysv2nt
.endfn __sys_shutdown_nt,globl
2020-06-15 14:18:57 +00:00
.previous