79310994d2
Change-Id: I1e5e50444a1b5a430ba5b5d9b8b1d91219af5e92
16 lines
277 B
ArmAsm
16 lines
277 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(setfsuid)
|
|
movl $__NR_setfsuid, %eax
|
|
syscall
|
|
cmpq $-MAX_ERRNO, %rax
|
|
jb 1f
|
|
negl %eax
|
|
movl %eax, %edi
|
|
call __set_errno
|
|
1:
|
|
ret
|
|
END(setfsuid)
|