blob: 8810d88d1f33cfaaa9b27151d3aa023eb032b7cd [file] [log] [blame]
Elliott Hughesb587f332014-09-10 17:39:00 -07001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(__fadvise64)
6 movq %rcx, %r10
7 movl $__NR_fadvise64, %eax
8 syscall
9 cmpq $-MAX_ERRNO, %rax
10 jb 1f
11 negl %eax
12 movl %eax, %edi
13 call __set_errno_internal
141:
15 ret
16END(__fadvise64)
17.hidden __fadvise64