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