blob: 1a45df34e8efc4270b3ec9641a9a4f65a1b9b36a [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(setfsgid)
6 mov x8, __NR_setfsgid
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(setfsgid)