blob: cd4efd79e6a9b3e484eef3cc3858a4d3cae0b42d [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 x8, __NR_setfsuid
7 svc #0
8
9 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
Elliott Hughes011e1112014-09-08 15:25:01 -070011 b.hi __set_errno_internal
Elliott Hughes79310992014-07-30 15:05:09 -070012
13 ret
14END(setfsuid)