platform_bionic/libc/arch-mips/syscalls/unshare.S
Jeff Sharkey 5467f25f82 Add unshare() syscall.
Bug: 6925012
Change-Id: I2530a8f6cea49eb32b60f8f9c4d86963773456ca
2012-08-10 11:17:59 -07:00

22 lines
342 B
ArmAsm

/* autogenerated by gensyscalls.py */
#include <sys/linux-syscalls.h>
.text
.globl unshare
.align 4
.ent unshare
unshare:
.set noreorder
.cpload $t9
li $v0, __NR_unshare
syscall
bnez $a3, 1f
move $a0, $v0
j $ra
nop
1:
la $t9,__set_errno
j $t9
nop
.set reorder
.end unshare