2013-10-16 23:27:59 +02:00
|
|
|
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
|
2013-11-07 19:31:05 +01:00
|
|
|
#include <private/bionic_asm.h>
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2013-10-25 00:15:14 +02:00
|
|
|
ENTRY(__ppoll)
|
2009-03-04 04:28:35 +01:00
|
|
|
pushl %ebx
|
2014-05-30 03:17:09 +02:00
|
|
|
.cfi_def_cfa_offset 8
|
|
|
|
.cfi_rel_offset ebx, 0
|
2009-03-04 04:28:35 +01:00
|
|
|
pushl %ecx
|
2014-05-30 03:17:09 +02:00
|
|
|
.cfi_adjust_cfa_offset 4
|
|
|
|
.cfi_rel_offset ecx, 0
|
2009-03-04 04:28:35 +01:00
|
|
|
pushl %edx
|
2014-05-30 03:17:09 +02:00
|
|
|
.cfi_adjust_cfa_offset 4
|
|
|
|
.cfi_rel_offset edx, 0
|
2009-03-04 04:28:35 +01:00
|
|
|
pushl %esi
|
2014-05-30 03:17:09 +02:00
|
|
|
.cfi_adjust_cfa_offset 4
|
|
|
|
.cfi_rel_offset esi, 0
|
2009-03-04 04:28:35 +01:00
|
|
|
pushl %edi
|
2014-05-30 03:17:09 +02:00
|
|
|
.cfi_adjust_cfa_offset 4
|
|
|
|
.cfi_rel_offset edi, 0
|
2009-03-04 04:28:35 +01:00
|
|
|
mov 24(%esp), %ebx
|
|
|
|
mov 28(%esp), %ecx
|
|
|
|
mov 32(%esp), %edx
|
|
|
|
mov 36(%esp), %esi
|
|
|
|
mov 40(%esp), %edi
|
2013-10-25 00:15:14 +02:00
|
|
|
movl $__NR_ppoll, %eax
|
2009-03-04 04:28:35 +01:00
|
|
|
int $0x80
|
2013-03-12 22:57:30 +01:00
|
|
|
cmpl $-MAX_ERRNO, %eax
|
2009-03-04 04:28:35 +01:00
|
|
|
jb 1f
|
|
|
|
negl %eax
|
|
|
|
pushl %eax
|
|
|
|
call __set_errno
|
|
|
|
addl $4, %esp
|
|
|
|
1:
|
|
|
|
popl %edi
|
|
|
|
popl %esi
|
|
|
|
popl %edx
|
|
|
|
popl %ecx
|
|
|
|
popl %ebx
|
|
|
|
ret
|
2013-10-25 00:15:14 +02:00
|
|
|
END(__ppoll)
|