android_bionic/libc/arch-x86_64/syscalls/__fchmodat.S

17 lines
309 B
ArmAsm
Raw Normal View History

/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
2015-02-01 03:57:46 +00:00
ENTRY(__fchmodat)
movl $__NR_fchmodat, %eax
syscall
cmpq $-MAX_ERRNO, %rax
jb 1f
negl %eax
movl %eax, %edi
call __set_errno_internal
1:
ret
2015-02-01 03:57:46 +00:00
END(__fchmodat)
.hidden __fchmodat