blob: 46dd6cd4a8fef9e7b5689c06e6d2e38cd59e8ca8 [file] [log] [blame]
Guillaume Ranquet6ff0c752014-02-10 13:11:29 +01001/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(sendmmsg)
6 pushl %ebx
7 pushl %ecx
8 .cfi_def_cfa_offset 8
9 .cfi_rel_offset ebx, 0
10 .cfi_rel_offset ecx, 4
11 mov $20, %ebx
12 mov %esp, %ecx
13 addl $12, %ecx
14 movl $__NR_socketcall, %eax
15 int $0x80
16 cmpl $-MAX_ERRNO, %eax
17 jb 1f
18 negl %eax
19 pushl %eax
20 call __set_errno
21 addl $4, %esp
22 orl $-1, %eax
231:
24 popl %ecx
25 popl %ebx
26 ret
27END(sendmmsg)