blob: bfc9c5dd1852db36d1164cfe79304b64ef96031b [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 movl $__NR_setfsgid, %eax
9 syscall
10 cmpq $-MAX_ERRNO, %rax
11 jb 1f
12 negl %eax
13 movl %eax, %edi
14 call __set_errno
151:
16 ret
17END(setfsgid)