512bc52326
These calls were not going through the PLT like they should have been. Bug: 16853291 Change-Id: Id70488b077256a70137c4417f21be2c2d1d4341c
15 lines
286 B
ArmAsm
15 lines
286 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(setfsgid)
|
|
movl $__NR_setfsgid, %eax
|
|
syscall
|
|
cmpq $-MAX_ERRNO, %rax
|
|
jb 1f
|
|
negl %eax
|
|
movl %eax, %edi
|
|
call PIC_PLT(__set_errno)
|
|
1:
|
|
ret
|
|
END(setfsgid)
|