blob: 238bbf87bdae37cd91555f00eaafd57ad84a764e [file] [log] [blame]
Elliott Hughes4f764692014-07-30 15:05:09 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
Dan Alberte35fd482014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes4f764692014-07-30 15:05:09 -07007ENTRY(setfsuid)
8 mov x8, __NR_setfsuid
9 svc #0
10
11 cmn x0, #(MAX_ERRNO + 1)
12 cneg x0, x0, hi
13 b.hi __set_errno
14
15 ret
16END(setfsuid)