blob: 5675f0a336367c17b76c8b2f5886866282c97fce [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(fchmod)
mov ip, r7
ldr r7, =__NR_fchmod
swi #0
mov r7, ip
cmn r0, #(MAX_ERRNO + 1)
bxls lr
neg r0, r0
b __set_errno_internal
END(fchmod)