blob: 1f1721e30920f6a725d2d8d79e4ee076f24eda83 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001/* autogenerated by gensyscalls.py */
Elliott Hughese4ffd9f2013-10-01 13:29:43 -07002#include <asm/unistd.h>
Elliott Hughes9aceab52013-03-12 14:57:30 -07003#include <linux/err.h>
Elliott Hughes7582a9c2013-02-06 17:08:15 -08004#include <machine/asm.h>
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08005
Elliott Hughes7582a9c2013-02-06 17:08:15 -08006ENTRY(__llseek)
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08007 pushl %ebx
8 pushl %ecx
9 pushl %edx
10 pushl %esi
11 pushl %edi
12 mov 24(%esp), %ebx
13 mov 28(%esp), %ecx
14 mov 32(%esp), %edx
15 mov 36(%esp), %esi
16 mov 40(%esp), %edi
17 movl $__NR__llseek, %eax
18 int $0x80
Elliott Hughes9aceab52013-03-12 14:57:30 -070019 cmpl $-MAX_ERRNO, %eax
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080020 jb 1f
21 negl %eax
22 pushl %eax
23 call __set_errno
24 addl $4, %esp
25 orl $-1, %eax
261:
27 popl %edi
28 popl %esi
29 popl %edx
30 popl %ecx
31 popl %ebx
32 ret
Elliott Hughes7582a9c2013-02-06 17:08:15 -080033END(__llseek)