blob: a143c65f0f1d076b6f20a89557d3486d5f40757e [file] [log] [blame]
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01001/* Generated by gensyscalls.py. Do not edit. */
2
Elliott Hughesed744842013-11-07 10:31:05 -08003#include <private/bionic_asm.h>
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01004
Nick Kralevich00490ae2015-02-03 11:27:25 -08005ENTRY(___fchmod)
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01006 mov x8, __NR_fchmod
7 svc #0
8
Serban Constantinescu7f8863d2013-10-10 23:05:06 +01009 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Serban Constantinescu7f8863d2013-10-10 23:05:06 +010012
13 ret
Nick Kralevich00490ae2015-02-03 11:27:25 -080014END(___fchmod)
15.hidden ___fchmod