blob: 2172cfbc7bdfc8b65c43f4d04cf22ce96108428c [file] [log] [blame]
/* autogenerated by gensyscalls.py */
#include <sys/linux-syscalls.h>
.text
.type bind, @function
.globl bind
.align 4
bind:
pushl %ebx
pushl %ecx
mov $2, %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