blob: 3a3851802c3b2f91a03f1bc4857e47f84632c570 [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <sys/linux-syscalls.h>
.text
.type recvfrom, @function
.globl recvfrom
.align 4
recvfrom:
pushl %ebx
pushl %ecx
mov $12, %ebx
mov %esp, %ecx
addl $12, %ecx
movl $__NR_socketcall, %eax
int $0x80
cmpl $-129, %eax
jb 1f
negl %eax
pushl %eax
call __set_errno
addl $4, %esp
orl $-1, %eax
1:
popl %ecx
popl %ebx
ret