blob: d2f29ab7624b1ec1742f21c5434974975fe45574 [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
5ENTRY(setfsgid)
6 mov x8, __NR_setfsgid
7 svc #0
8
9 cmn x0, #(MAX_ERRNO + 1)
10 cneg x0, x0, hi
11 b.hi __set_errno
12
13 ret
14END(setfsgid)