3d5cb30d23
Bug: 11156955 Change-Id: I6c306989801be552d85fba8a50dcdc79282fb9d2
17 lines
308 B
ArmAsm
17 lines
308 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(__getdents64)
|
|
movl $__NR_getdents64, %eax
|
|
syscall
|
|
cmpq $-MAX_ERRNO, %rax
|
|
jb 1f
|
|
negl %eax
|
|
movl %eax, %edi
|
|
call __set_errno
|
|
1:
|
|
ret
|
|
END(__getdents64)
|
|
.hidden __getdents64
|