blob: 375a78b9d4111a77f1c876916d0800a0663f32a8 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(__accept4)
movq %rcx, %r10
movl $__NR_accept4, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno
1:
ret
END(__accept4)
.hidden __accept4