android_mt6572_jiabo/bionic/libc/arch-x86_64/syscalls/___close.S
2025-09-05 16:56:03 +08:00

16 lines
300 B
ArmAsm

/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(___close)
movl $__NR_close, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno_internal
1:
ret
END(___close)
.hidden ___close