2012-01-28 02:51:42 +01:00
|
|
|
/* autogenerated by gensyscalls.py */
|
2013-03-22 06:15:06 +01:00
|
|
|
#include <asm/unistd.h>
|
2012-01-28 02:51:42 +01:00
|
|
|
.text
|
|
|
|
.globl setsockopt
|
|
|
|
.align 4
|
|
|
|
.ent setsockopt
|
|
|
|
|
|
|
|
setsockopt:
|
|
|
|
.set noreorder
|
|
|
|
.cpload $t9
|
|
|
|
li $v0, __NR_setsockopt
|
|
|
|
syscall
|
|
|
|
bnez $a3, 1f
|
|
|
|
move $a0, $v0
|
|
|
|
j $ra
|
|
|
|
nop
|
|
|
|
1:
|
|
|
|
la $t9,__set_errno
|
|
|
|
j $t9
|
|
|
|
nop
|
|
|
|
.set reorder
|
|
|
|
.end setsockopt
|