blob: a15eab105a84130d23aeba5e61b4fcb11c4a6834 [file] [log] [blame]
/* Generated by gensyscalls.py. Do not edit. */
#include <private/bionic_asm.h>
ENTRY(setgid)
pushl %ebx
mov 8(%esp), %ebx
movl $__NR_setgid32, %eax
int $0x80
cmpl $-MAX_ERRNO, %eax
jb 1f
negl %eax
pushl %eax
call __set_errno
addl $4, %esp
orl $-1, %eax
1:
popl %ebx
ret
END(setgid)