blob: e42601f39d10768716be27f9035e5c0ed6d22bde [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
Dan Albertbc9f9f22014-08-08 15:19:20 -07005 .hidden __set_errno
6
Elliott Hughes79310992014-07-30 15:05:09 -07007ENTRY(setfsuid)
8 .set push
9 .set noreorder
10 li v0, __NR_setfsuid
11 syscall
12 bnez a3, 1f
13 move a0, v0
14 j ra
15 nop
161:
17 move t0, ra
18 bal 2f
19 nop
202:
21 .cpsetup ra, t1, 2b
22 LA t9,__set_errno
23 .cpreturn
24 j t9
25 move ra, t0
26 .set pop
27END(setfsuid)