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