3726f9c38b
Bug: 16853291
This reverts commit 512bc52326
.
15 lines
271 B
ArmAsm
15 lines
271 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(fchmod)
|
|
movl $__NR_fchmod, %eax
|
|
syscall
|
|
cmpq $-MAX_ERRNO, %rax
|
|
jb 1f
|
|
negl %eax
|
|
movl %eax, %edi
|
|
call __set_errno
|
|
1:
|
|
ret
|
|
END(fchmod)
|