blob: 5d27a4d2de3d40fbeca34eb92177732d4445ab8f [file] [log] [blame]
Elliott Hughes79310992014-07-30 15:05:09 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Elliott Hughes79310992014-07-30 15:05:09 -07005ENTRY(setfsuid)
6 mov ip, r7
7 ldr r7, =__NR_setfsuid
8 swi #0
9 mov r7, ip
10 cmn r0, #(MAX_ERRNO + 1)
11 bxls lr
12 neg r0, r0
Elliott Hughes011e1112014-09-08 15:25:01 -070013 b __set_errno_internal
Elliott Hughes79310992014-07-30 15:05:09 -070014END(setfsuid)