3726f9c38b
Bug: 16853291
This reverts commit 512bc52326
.
17 lines
297 B
ArmAsm
17 lines
297 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(geteuid)
|
|
movl $__NR_geteuid32, %eax
|
|
int $0x80
|
|
cmpl $-MAX_ERRNO, %eax
|
|
jb 1f
|
|
negl %eax
|
|
pushl %eax
|
|
call __set_errno
|
|
addl $4, %esp
|
|
1:
|
|
ret
|
|
END(geteuid)
|