blob: 9b360382c4cfbc4316e0820f522a9906668f70bd [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(setfsgid)
8 .set push
9 .set noreorder
10 li v0, __NR_setfsgid
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(setfsgid)